blob: 186a955c3135bb31c21f7f1a333d0e2c336cb1e9 [file] [log] [blame]
struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`
fn main() {}