update ui tests
This commit is contained in:
parent
e5d566c080
commit
7d357fbffd
12 changed files with 13 additions and 4 deletions
|
@ -14,3 +14,4 @@ LL | #![feature(const_generics)]
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -9,3 +9,4 @@ LL | fn foo(x: Foo::Bar) {}
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -62,3 +62,4 @@ LL | fn newer() -> Result<foo::MyEnum, String> {
|
|||
|
||||
error: aborting due to 4 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -18,3 +18,4 @@ LL | impl foo {}
|
|||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -9,3 +9,4 @@ LL | _: foo::Foo::FooV
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -67,5 +67,5 @@ LL | fn qux() -> Some {
|
|||
|
||||
error: aborting due to 7 previous errors
|
||||
|
||||
Some errors have detailed explanations: E0412, E0425.
|
||||
Some errors have detailed explanations: E0412, E0425, E0573.
|
||||
For more information about an error, try `rustc --explain E0412`.
|
||||
|
|
|
@ -72,5 +72,5 @@ LL | use foo3::Bar;
|
|||
|
||||
error: aborting due to 4 previous errors
|
||||
|
||||
Some errors have detailed explanations: E0412, E0423, E0425.
|
||||
Some errors have detailed explanations: E0412, E0423, E0425, E0573.
|
||||
For more information about an error, try `rustc --explain E0412`.
|
||||
|
|
|
@ -82,5 +82,5 @@ LL | use foo3::{Bar,Baz};
|
|||
|
||||
error: aborting due to 7 previous errors
|
||||
|
||||
Some errors have detailed explanations: E0423, E0603.
|
||||
Some errors have detailed explanations: E0423, E0573, E0603.
|
||||
For more information about an error, try `rustc --explain E0423`.
|
||||
|
|
|
@ -42,4 +42,5 @@ LL | rustfmt::skip;
|
|||
|
||||
error: aborting due to 7 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0423`.
|
||||
Some errors have detailed explanations: E0423, E0573.
|
||||
For more information about an error, try `rustc --explain E0423`.
|
||||
|
|
|
@ -6,3 +6,4 @@ LL | impl A for a {
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -11,3 +11,4 @@ LL | f();
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
|
@ -24,3 +24,4 @@ LL | impl Ty {}
|
|||
|
||||
error: aborting due to 2 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0573`.
|
||||
|
|
Loading…
Add table
Reference in a new issue