mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Bless UI tests
This commit is contained in:
@@ -6,3 +6,4 @@ LL | assert_eq!(f::<4usize>(Usizable), 20usize);
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0632`.
|
||||
|
||||
@@ -6,3 +6,4 @@ LL | assert_eq!(f::<4usize>(Usizable), 20usize);
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0632`.
|
||||
|
||||
@@ -6,3 +6,4 @@ LL | foo::<String>('a');
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0632`.
|
||||
|
||||
@@ -8,3 +8,4 @@ LL | evt.handle_event::<TestEvent, fn(TestEvent)>(|_evt| {
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0632`.
|
||||
|
||||
@@ -18,3 +18,4 @@ LL | Bar::<i8>::func::<u8>(42);
|
||||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0632`.
|
||||
|
||||
Reference in New Issue
Block a user