mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
251 B
Text
10 lines
251 B
Text
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 previous error
|
|
|