summary refs log tree commit diff
path: root/src/test/ui/token/bounds-obj-parens.stderr
blob: 67dcbc45419411ebc58149c480fd5d369f31a7d6 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!` or `::`, found `<eof>`
  --> $DIR/bounds-obj-parens.rs:15:1
   |
LL | FAIL
   | ^^^^ expected one of `!` or `::` here

error: aborting due to previous error