summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/obsolete-syntax-impl-for-dotdot.stderr
blob: b7108ced0d7635ceb8761419d44c84ae9b61a9d6 (plain)
1
2
3
4
5
6
7
8
9
10
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