mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Update ui tests
This commit is contained in:
parent
ee5ea24d36
commit
9ef24f960b
@ -10,3 +10,4 @@ LL | give_any(|y| x = Some(y));
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -12,3 +12,4 @@ LL | lines_to_use.push(installed_id);
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -10,3 +10,4 @@ LL | with_int(|y| x = Some(y));
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -10,3 +10,4 @@ LL | with_int(|y| x = Some(y));
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -10,3 +10,4 @@ LL | with_int(&mut |y| x = Some(y));
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -20,3 +20,4 @@ LL | f = Some(x);
|
|||||||
|
|
||||||
error: aborting due to 2 previous errors
|
error: aborting due to 2 previous errors
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -12,3 +12,4 @@ LL | a = &b;
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -83,4 +83,5 @@ LL | }
|
|||||||
|
|
||||||
error: aborting due to 2 previous errors
|
error: aborting due to 2 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`.
|
||||||
|
@ -51,3 +51,4 @@ LL | | });
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -51,3 +51,4 @@ LL | | });
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -106,3 +106,4 @@ LL | Bar2::new(&self)
|
|||||||
|
|
||||||
error: aborting due to 9 previous errors
|
error: aborting due to 9 previous errors
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -38,3 +38,4 @@ LL | b(x);
|
|||||||
|
|
||||||
error: aborting due to 4 previous errors
|
error: aborting due to 4 previous errors
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
@ -8,3 +8,4 @@ LL | let f = |x: &dyn TT| x.func();
|
|||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
For more information about this error, try `rustc --explain E0521`.
|
||||||
|
Loading…
Reference in New Issue
Block a user