2018-11-01 13:17:58 -05:00
|
|
|
error[E0404]: expected trait, found trait alias `DefaultAlias`
|
2021-02-08 16:15:45 -06:00
|
|
|
--> $DIR/impl.rs:5:6
|
2018-11-01 13:17:58 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | impl DefaultAlias for () {}
|
2018-11-01 13:17:58 -05:00
|
|
|
| ^^^^^^^^^^^^ not a trait
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0404`.
|