summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-17904-2.rs
blob: 186a955c3135bb31c21f7f1a333d0e2c336cb1e9 (plain)
1
2
3
struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`

fn main() {}