mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-03 19:39:52 +00:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
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
|
|
|