blob: 1719b1d5e08a34b1b776fb38b9332eb063a93495 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `!` or `::`, found `<eof>`
--> $DIR/trailing-plus-in-bounds.rs:19:1
|
LL | FAIL
| ^^^^ expected one of `!` or `::` here
error: aborting due to previous error
|