1 2 3
struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where` fn main() {}