diff options
| author | Matthew Kelly <matthew.kelly2@gmail.com> | 2022-08-19 07:06:47 -0400 |
|---|---|---|
| committer | Matthew Kelly <matthew.kelly2@gmail.com> | 2022-08-19 07:06:47 -0400 |
| commit | 08fa70e5c5beb8d84c528d8effb481c4f830b28d (patch) | |
| tree | 8e542630aeffe3eaa8fb2eed68184775bc3758de /src | |
| parent | fa91980d2d686d3f426a2cae1d0e8fd6825d2d94 (diff) | |
| download | rust-08fa70e5c5beb8d84c528d8effb481c4f830b28d.tar.gz rust-08fa70e5c5beb8d84c528d8effb481c4f830b28d.zip | |
fix updated stderr outputs
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr | 1 | ||||
| -rw-r--r-- | src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr b/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr index 0212c2d712c..5dcbb86cbdf 100644 --- a/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr +++ b/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr @@ -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`. diff --git a/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr b/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr index 0d749f04bea..bd5b3b5340a 100644 --- a/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr +++ b/src/test/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr @@ -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`. |
