Bless UI tests
This commit is contained in:
parent
4e08bb5225
commit
69c8573ab5
5 changed files with 5 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue