]> git.lizzy.rs Git - rust.git/commitdiff
fix updated stderr outputs
authorMatthew Kelly <matthew.kelly2@gmail.com>
Fri, 19 Aug 2022 11:06:47 +0000 (07:06 -0400)
committerMatthew Kelly <matthew.kelly2@gmail.com>
Fri, 19 Aug 2022 11:06:47 +0000 (07:06 -0400)
src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr
src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr

index 0212c2d712cb35014746a94f5dfd360780b3fdd8..5dcbb86cbdf793a51ffbb0fe39acfa501d9cc7c8 100644 (file)
@@ -27,3 +27,4 @@ LL | fn func<T: Test + 'a>(foo: &Foo, t: T) {
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0311`.
index 0d749f04bea770154c7c43b7b1b85e4de6a8cef3..bd5b3b5340ab3fd9edaf12407b2f910365466f25 100644 (file)
@@ -162,5 +162,5 @@ LL |     G: Get<T> + 'a,
 
 error: aborting due to 8 previous errors
 
-Some errors have detailed explanations: E0261, E0309, E0621, E0700.
+Some errors have detailed explanations: E0261, E0309, E0311, E0621, E0700.
 For more information about an error, try `rustc --explain E0261`.