mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 22:22:44 +00:00
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
|
error: `impl Trait for .. {}` is an obsolete syntax
|
||
|
--> $DIR/obsolete-syntax-impl-for-dotdot.rs:17:1
|
||
|
|
|
||
|
17 | impl Trait2 for .. {} //~ ERROR `impl Trait for .. {}` is an obsolete syntax
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= help: use `auto trait Trait {}` instead
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|