blob: 301db4fb71c65b88572a249ee3b5fc20bc824ad0 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0404]: expected trait, found trait alias `DefaultAlias`
--> $DIR/trait-alias-impl.rs:5:6
|
LL | impl DefaultAlias for () {}
| ^^^^^^^^^^^^ not a trait
error: aborting due to previous error
For more information about this error, try `rustc --explain E0404`.
|