rust/tests/ui/parser/issues/issue-17904-2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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() {}