Skip to content

Commit 08fa70e

Browse files
fix updated stderr outputs
1 parent fa91980 commit 08fa70e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ LL | fn func<T: Test + 'a>(foo: &Foo, t: T) {
2727

2828
error: aborting due to previous error
2929

30+
For more information about this error, try `rustc --explain E0311`.

src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,5 @@ LL | G: Get<T> + 'a,
162162

163163
error: aborting due to 8 previous errors
164164

165-
Some errors have detailed explanations: E0261, E0309, E0621, E0700.
165+
Some errors have detailed explanations: E0261, E0309, E0311, E0621, E0700.
166166
For more information about an error, try `rustc --explain E0261`.

0 commit comments

Comments
 (0)