Update ui tests (nll)

This commit is contained in:
Jesus Rubio 2021-02-02 18:57:34 +01:00
parent 9ef24f960b
commit c57889bbf9
10 changed files with 12 additions and 2 deletions

View File

@ -26,4 +26,5 @@ LL | foo(|| self.bar()).await;
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0373`.
Some errors have detailed explanations: E0373, E0521.
For more information about an error, try `rustc --explain E0373`.

View File

@ -10,3 +10,4 @@ LL | static_val(x);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -8,3 +8,4 @@ LL | self.a();
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -8,3 +8,4 @@ LL | self.foo();
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -22,3 +22,4 @@ LL | lib::ref_obj(x)
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0521`.

View File

@ -23,3 +23,4 @@ LL | load0(ss)
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0521`.

View File

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

View File

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

View File

@ -50,4 +50,5 @@ LL | if false { return x; }
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0597`.
Some errors have detailed explanations: E0521, E0597.
For more information about an error, try `rustc --explain E0521`.

View File

@ -40,3 +40,4 @@ LL | MyTrait::use_self(val)
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0521`.