rust/tests/ui/traits/alias/impl.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
267 B
Plaintext
Raw Normal View History

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