Files
rust/src/test/ui/traits/wf-trait-object-only-maybe-bound.stderr

9 lines
221 B
Plaintext
Raw Normal View History

2019-03-30 22:06:09 +00:00
error[E0224]: at least one non-builtin trait is required for an object type
--> $DIR/wf-trait-object-maybe-bound.rs:4:11
|
LL | type _0 = dyn ?Sized;
| ^^^^^^^^^^
error: aborting due to previous error