Skip to content

Commit 2e104a7

Browse files
update tests
1 parent 8c75e18 commit 2e104a7

File tree

1,044 files changed

+1153
-1163
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,044 files changed

+1153
-1163
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ LL | #[allow(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"
24+
For more information about this error, try `rustc --explain E0453`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ LL | | }
1212

1313
error: aborting due to previous error
1414

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ LL | fn h2<F>(_: F) where F: for<'t0> Fn(&(), Box<Fn(&())>, &'t0 (), fn(&(), &()
154154

155155
error: aborting due to 11 previous errors
156156

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ LL | let x = Box::new(5usize) as Box<Foo>;
1717

1818
error: aborting due to 2 previous errors
1919

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ LL | asm!("mov $1, $0" : "=r"(x) : "r"(5));
99

1010
error: aborting due to previous error
1111

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ LL | impl<'a> Foo for &'a () {
1515

1616
error: aborting due to previous error
1717

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ LL | const BAR: i32 = -1;
99

1010
error: aborting due to previous error
1111

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ LL | fn paint<C:BoxCar>(c: C, d: C::Color) {
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"
45+
Some errors occurred: E0191, E0221.
46+
For more information about an error, try `rustc --explain E0191`.

src/test/ui/associated-types-ICE-when-projecting-out-of-err.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ LL | r = r + a;
66

77
error: aborting due to previous error
88

9-
If you want more information on this error, try using "rustc --explain E0277"
9+
For more information about this error, try `rustc --explain E0277`.

src/test/ui/associated-types-in-ambiguous-context.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ LL | fn grab(&self) -> Grab::Value;
2424

2525
error: aborting due to 3 previous errors
2626

27-
If you want more information on this error, try using "rustc --explain E0223"
27+
For more information about this error, try `rustc --explain E0223`.

0 commit comments

Comments
 (0)