Bless test output
This commit is contained in:
parent
a01846f0c3
commit
ec50190399
@ -69,7 +69,9 @@ error[E0308]: mismatched types
|
|||||||
--> $DIR/defaults-specialization.rs:88:32
|
--> $DIR/defaults-specialization.rs:88:32
|
||||||
|
|
|
|
||||||
LL | let _: <B<()> as Tr>::Ty = 0u8;
|
LL | let _: <B<()> as Tr>::Ty = 0u8;
|
||||||
| ^^^ expected associated type, found `u8`
|
| ----------------- ^^^ expected associated type, found `u8`
|
||||||
|
| |
|
||||||
|
| expected due to this
|
||||||
|
|
|
|
||||||
= note: expected associated type `<B<()> as Tr>::Ty`
|
= note: expected associated type `<B<()> as Tr>::Ty`
|
||||||
found type `u8`
|
found type `u8`
|
||||||
@ -80,7 +82,9 @@ error[E0308]: mismatched types
|
|||||||
--> $DIR/defaults-specialization.rs:89:32
|
--> $DIR/defaults-specialization.rs:89:32
|
||||||
|
|
|
|
||||||
LL | let _: <B<()> as Tr>::Ty = true;
|
LL | let _: <B<()> as Tr>::Ty = true;
|
||||||
| ^^^^ expected associated type, found `bool`
|
| ----------------- ^^^^ expected associated type, found `bool`
|
||||||
|
| |
|
||||||
|
| expected due to this
|
||||||
|
|
|
|
||||||
= note: expected associated type `<B<()> as Tr>::Ty`
|
= note: expected associated type `<B<()> as Tr>::Ty`
|
||||||
found type `bool`
|
found type `bool`
|
||||||
@ -91,7 +95,9 @@ error[E0308]: mismatched types
|
|||||||
--> $DIR/defaults-specialization.rs:90:33
|
--> $DIR/defaults-specialization.rs:90:33
|
||||||
|
|
|
|
||||||
LL | let _: <B2<()> as Tr>::Ty = 0u8;
|
LL | let _: <B2<()> as Tr>::Ty = 0u8;
|
||||||
| ^^^ expected associated type, found `u8`
|
| ------------------ ^^^ expected associated type, found `u8`
|
||||||
|
| |
|
||||||
|
| expected due to this
|
||||||
|
|
|
|
||||||
= note: expected associated type `<B2<()> as Tr>::Ty`
|
= note: expected associated type `<B2<()> as Tr>::Ty`
|
||||||
found type `u8`
|
found type `u8`
|
||||||
@ -102,7 +108,9 @@ error[E0308]: mismatched types
|
|||||||
--> $DIR/defaults-specialization.rs:91:33
|
--> $DIR/defaults-specialization.rs:91:33
|
||||||
|
|
|
|
||||||
LL | let _: <B2<()> as Tr>::Ty = true;
|
LL | let _: <B2<()> as Tr>::Ty = true;
|
||||||
| ^^^^ expected associated type, found `bool`
|
| ------------------ ^^^^ expected associated type, found `bool`
|
||||||
|
| |
|
||||||
|
| expected due to this
|
||||||
|
|
|
|
||||||
= note: expected associated type `<B2<()> as Tr>::Ty`
|
= note: expected associated type `<B2<()> as Tr>::Ty`
|
||||||
found type `bool`
|
found type `bool`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user