mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Rebase fallout.
This commit is contained in:
parent
6dfdeab65a
commit
eeaea57600
@ -1,3 +1,11 @@
|
|||||||
|
error: unconstrained opaque type
|
||||||
|
--> $DIR/nested-in-anon-const.rs:13:33
|
||||||
|
|
|
||||||
|
LL | type B<Z> = impl Sized;
|
||||||
|
| ^^^^^^^^^^
|
||||||
|
|
|
||||||
|
= note: `B` must be used in combination with a concrete type within the same item
|
||||||
|
|
||||||
error[E0308]: mismatched types
|
error[E0308]: mismatched types
|
||||||
--> $DIR/nested-in-anon-const.rs:12:17
|
--> $DIR/nested-in-anon-const.rs:12:17
|
||||||
|
|
|
|
||||||
@ -7,14 +15,6 @@ LL | |
|
|||||||
LL | | },
|
LL | | },
|
||||||
| |_________________^ expected `usize`, found `()`
|
| |_________________^ expected `usize`, found `()`
|
||||||
|
|
||||||
error: unconstrained opaque type
|
|
||||||
--> $DIR/nested-in-anon-const.rs:13:33
|
|
||||||
|
|
|
||||||
LL | type B<Z> = impl Sized;
|
|
||||||
| ^^^^^^^^^^
|
|
||||||
|
|
|
||||||
= note: `B` must be used in combination with a concrete type within the same item
|
|
||||||
|
|
||||||
error: aborting due to 2 previous errors
|
error: aborting due to 2 previous errors
|
||||||
|
|
||||||
For more information about this error, try `rustc --explain E0308`.
|
For more information about this error, try `rustc --explain E0308`.
|
||||||
|
Loading…
Reference in New Issue
Block a user