blob: 6a6cedb014a7ef1b2a479b5ad6c23955c0495735 (
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 () {} //~ 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`.
|