Bless UI tests

This commit is contained in:
Fabian Wolff 2021-06-29 12:49:08 +02:00
parent 4e08bb5225
commit 69c8573ab5
5 changed files with 5 additions and 0 deletions

View file

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

View file

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

View file

@ -6,3 +6,4 @@ LL | foo::<String>('a');
error: aborting due to previous error
For more information about this error, try `rustc --explain E0632`.

View file

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

View file

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