File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
branches/try/src/librustc_typeck Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: edeb4f1c86cbf6af8ef9874d4b3af50f721ea1b8
3
3
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4
- refs/heads/try: dfb0677bee189fcd20c568009b620b9469d7becb
4
+ refs/heads/try: 805e4e6fd1e5dccf20e58322e4d0540fdb871b9b
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -1988,7 +1988,6 @@ unsafe impl Foo { }
1988
1988
// converting it to this will fix it
1989
1989
impl Foo { }
1990
1990
```
1991
-
1992
1991
"## ,
1993
1992
1994
1993
E0198 : r##"
@@ -2005,7 +2004,6 @@ unsafe impl !Clone for Foo { }
2005
2004
// this will compile
2006
2005
impl !Clone for Foo { }
2007
2006
```
2008
-
2009
2007
"## ,
2010
2008
2011
2009
E0199 : r##"
@@ -2023,7 +2021,6 @@ unsafe impl Bar for Foo { }
2023
2021
// this will compile
2024
2022
impl Bar for Foo { }
2025
2023
```
2026
-
2027
2024
"## ,
2028
2025
2029
2026
E0200 : r##"
@@ -2041,7 +2038,6 @@ impl Bar for Foo { }
2041
2038
// this will compile
2042
2039
unsafe impl Bar for Foo { }
2043
2040
```
2044
-
2045
2041
"## ,
2046
2042
2047
2043
E0201 : r##"
You can’t perform that action at this time.
0 commit comments