fix updated stderr outputs

This commit is contained in:
Matthew Kelly 2022-08-19 07:06:47 -04:00
parent fa91980d2d
commit 08fa70e5c5
2 changed files with 2 additions and 1 deletions

View 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`.

View 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`.