summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-17904-2.stderr
blob: 211ffcedd582e5d5ec08f52115df4746365639e1 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected item, found keyword `where`
  --> $DIR/issue-17904-2.rs:1:24
   |
LL | struct Bar<T> { x: T } where T: Copy
   |                        ^^^^^ expected item
   |
   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>

error: aborting due to 1 previous error