rust/src/test/ui/obsolete-syntax-impl-for-dotdot.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

11 lines
307 B
Plaintext

error: `impl Trait for .. {}` is an obsolete syntax
--> $DIR/obsolete-syntax-impl-for-dotdot.rs:17:1
|
LL | impl Trait2 for .. {} //~ ERROR `impl Trait for .. {}` is an obsolete syntax
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: use `auto trait Trait {}` instead
error: aborting due to previous error