fix updated stderr outputs
This commit is contained in:
parent
fa91980d2d
commit
08fa70e5c5
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user