blob: d5f404bed3108f1a1804ce1c3e0c14b9ad27bce2 [file] [log] [blame] [edit]
error: `impl Trait for .. {}` is an obsolete syntax
--> $DIR/obsolete-syntax-impl-for-dotdot.rs:7:1
|
LL | impl Trait2 for .. {}
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: use `auto trait Trait {}` instead
error: aborting due to 1 previous error