summary refs log tree commit diff
path: root/src/test/ui/parser/issue-27255.stderr
blob: 9caa6087420d037b33bab585afc956e5985ee467 (plain)
1
2
3
4
5
6
7
8
error: missing `for` in a trait impl
  --> $DIR/issue-27255.rs:13:7
   |
LL | impl A .. {} //~ ERROR
   |       ^

error: aborting due to previous error