update ui tests

This commit is contained in:
Guillaume Gomez 2019-10-09 14:19:48 +02:00
parent e5d566c080
commit 7d357fbffd
12 changed files with 13 additions and 4 deletions

View file

@ -14,3 +14,4 @@ LL | #![feature(const_generics)]
error: aborting due to previous error
For more information about this error, try `rustc --explain E0573`.

View file

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

View file

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

View file

@ -18,3 +18,4 @@ LL | impl foo {}
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0573`.

View file

@ -9,3 +9,4 @@ LL | _: foo::Foo::FooV
error: aborting due to previous error
For more information about this error, try `rustc --explain E0573`.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -11,3 +11,4 @@ LL | f();
error: aborting due to previous error
For more information about this error, try `rustc --explain E0573`.

View file

@ -24,3 +24,4 @@ LL | impl Ty {}
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0573`.