2019-03-30 22:06:09 +00:00
|
|
|
error[E0224]: at least one non-builtin trait is required for an object type
|
2019-05-02 18:03:29 +01:00
|
|
|
--> $DIR/trait-alias-only-maybe-bound.rs:13:12
|
2019-03-30 22:06:09 +00:00
|
|
|
|
|
|
|
|
|
LL | type _T0 = dyn _1;
|
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
|
error[E0224]: at least one non-builtin trait is required for an object type
|
2019-05-02 18:03:29 +01:00
|
|
|
--> $DIR/trait-alias-only-maybe-bound.rs:19:12
|
2019-03-30 22:06:09 +00:00
|
|
|
|
|
2019-05-02 18:03:29 +01:00
|
|
|
LL | type _T1 = dyn _2;
|
2019-03-30 22:06:09 +00:00
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|