blob: 9caa6087420d037b33bab585afc956e5985ee467 [file] [log] [blame]
error: missing `for` in a trait impl
--> $DIR/issue-27255.rs:13:7
|
LL | impl A .. {} //~ ERROR
| ^
error: aborting due to previous error