1
Fork 0
rust/src/test/ui/traits/trait-alias-impl.stderr

10 lines
323 B
Text
Raw Normal View History

error[E0404]: expected trait, found trait alias `DefaultAlias`
2018-12-25 08:56:47 -07:00
--> $DIR/trait-alias-impl.rs:5:6
|
2018-11-27 10:56:36 +01:00
LL | impl DefaultAlias for () {} //~ ERROR expected trait, found trait alias
| ^^^^^^^^^^^^ not a trait
error: aborting due to previous error
For more information about this error, try `rustc --explain E0404`.