Skip to content

Commit 5747fd6

Browse files
Update ui tests
1 parent 1dc2015 commit 5747fd6

File tree

1,031 files changed

+1151
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,031 files changed

+1151
-0
lines changed

src/test/ui-fulldeps/custom-derive/issue-36935.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
thread 'rustc' panicked at 'lolnope', $DIR/auxiliary/plugin.rs:27:5
2+
note: Run with `RUST_BACKTRACE=1` for a backtrace.
13
error: proc-macro derive panicked
24
--> $DIR/issue-36935.rs:18:15
35
|

src/test/ui-fulldeps/lint-plugin-forbid-attrs.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ error[E0453]: allow(test_lint) overruled by outer forbid(test_lint)
2121

2222
error: aborting due to 2 previous errors
2323

24+
If you want more information on this error, try using "rustc --explain E0453"

src/test/ui-fulldeps/proc-macro/load-panic.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
thread 'rustc' panicked at 'nope!', $DIR/auxiliary/derive-panic.rs:22:5
2+
note: Run with `RUST_BACKTRACE=1` for a backtrace.
13
error: proc-macro derive panicked
24
--> $DIR/load-panic.rs:17:10
35
|

src/test/ui-fulldeps/proc-macro/signature.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ error[E0308]: mismatched types
1212

1313
error: aborting due to previous error
1414

15+
If you want more information on this error, try using "rustc --explain E0308"

src/test/ui/anonymous-higher-ranked-lifetime.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ note: required by `h2`
154154

155155
error: aborting due to 11 previous errors
156156

157+
If you want more information on this error, try using "rustc --explain E0631"

src/test/ui/arbitrary-self-types-not-object-safe.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ error[E0038]: the trait `Foo` cannot be made into an object
1717

1818
error: aborting due to 2 previous errors
1919

20+
If you want more information on this error, try using "rustc --explain E0038"

src/test/ui/asm-out-assign-imm.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ error[E0384]: cannot assign twice to immutable variable `x`
99

1010
error: aborting due to previous error
1111

12+
If you want more information on this error, try using "rustc --explain E0384"

src/test/ui/associated-const-impl-wrong-lifetime.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ note: the lifetime 'a as defined on the impl at 17:1...
1515

1616
error: aborting due to previous error
1717

18+
If you want more information on this error, try using "rustc --explain E0308"

src/test/ui/associated-const-impl-wrong-type.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ error[E0326]: implemented const `BAR` has an incompatible type for trait
99

1010
error: aborting due to previous error
1111

12+
If you want more information on this error, try using "rustc --explain E0326"

src/test/ui/associated-type-projection-from-multiple-supertraits.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ error[E0221]: ambiguous associated type `Color` in bounds of `C`
4242

4343
error: aborting due to 4 previous errors
4444

45+
You've got a few errors: E0191, E0221
46+
If you want more information on an error, try using "rustc --explain E0191"

0 commit comments

Comments
 (0)