Files
rust/src/test/ui/parser/issue-17904-2.rs

4 lines
98 B
Rust
Raw Normal View History

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