blob: f94e4a40914bef8d47de658b9c3805b70dce71a0 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0404]: expected trait, found trait alias `DefaultAlias`
--> $DIR/trait-alias-impl.rs:15:6
|
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`.
|