Skip to content

Commit 26ef9ca

Browse files
---
yaml --- r: 232774 b: refs/heads/try c: 805e4e6 h: refs/heads/master v: v3
1 parent fb2a9ff commit 26ef9ca

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: edeb4f1c86cbf6af8ef9874d4b3af50f721ea1b8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: dfb0677bee189fcd20c568009b620b9469d7becb
4+
refs/heads/try: 805e4e6fd1e5dccf20e58322e4d0540fdb871b9b
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/librustc_typeck/diagnostics.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,6 @@ unsafe impl Foo { }
19881988
// converting it to this will fix it
19891989
impl Foo { }
19901990
```
1991-
19921991
"##,
19931992

19941993
E0198: r##"
@@ -2005,7 +2004,6 @@ unsafe impl !Clone for Foo { }
20052004
// this will compile
20062005
impl !Clone for Foo { }
20072006
```
2008-
20092007
"##,
20102008

20112009
E0199: r##"
@@ -2023,7 +2021,6 @@ unsafe impl Bar for Foo { }
20232021
// this will compile
20242022
impl Bar for Foo { }
20252023
```
2026-
20272024
"##,
20282025

20292026
E0200: r##"
@@ -2041,7 +2038,6 @@ impl Bar for Foo { }
20412038
// this will compile
20422039
unsafe impl Bar for Foo { }
20432040
```
2044-
20452041
"##,
20462042

20472043
E0201: r##"

0 commit comments

Comments
 (0)