2016-12-01 01:35:25 +03:00
|
|
|
error[E0404]: expected trait, found type alias `Bar`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/two_files.rs:5:6
|
2016-07-13 17:53:42 -04:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | impl Bar for Baz { }
|
2018-10-22 01:58:34 +01:00
|
|
|
| ^^^ type aliases cannot be used as traits
|
|
|
|
|
|
|
|
|
= note: did you mean to use a trait alias?
|
2016-07-13 17:53:42 -04:00
|
|
|
|
2018-03-15 16:13:47 +01:00
|
|
|
error: aborting due to previous error
|
2016-07-13 17:53:42 -04:00
|
|
|
|
2018-03-15 16:13:47 +01:00
|
|
|
For more information about this error, try `rustc --explain E0404`.
|