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
Plaintext
Raw Normal View History

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