os-rust/tests/ui/parser/obsolete-syntax-impl-for-dotdot.stderr

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

11 lines
253 B
Text
Raw Normal View History

error: `impl Trait for .. {}` is an obsolete syntax
2018-12-25 08:56:47 -07:00
--> $DIR/obsolete-syntax-impl-for-dotdot.rs:7:1
|
2019-03-09 15:03:44 +03:00
LL | impl Trait2 for .. {}
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: use `auto trait Trait {}` instead
error: aborting due to 1 previous error