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