blob: 6de79fa917b16d704f3ba6e3aa21475755a9dfb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error[E0224]: at least one trait is required for an object type
--> $DIR/trait-alias-only-maybe-bound.rs:13:12
|
LL | type _T0 = dyn _1;
| ^^^^^^
error[E0224]: at least one trait is required for an object type
--> $DIR/trait-alias-only-maybe-bound.rs:19:12
|
LL | type _T1 = dyn _2;
| ^^^^^^
error: aborting due to 2 previous errors
|