summary refs log tree commit diff
path: root/src/test/ui/parser/issue-17904-2.rs
blob: d3f32255c31d798ef7beb13f26272f08d763c4ad (plain)
1
2
3
4
5
// compile-flags: -Z continue-parse-after-error

struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`

fn main() {}