1
Fork 0
rust/tests/ui/parser/pat-lt-bracket-2.rs

5 lines
85 B
Rust
Raw Normal View History

2015-02-20 03:10:31 +08:00
fn a(B<) {}
//~^ error: expected one of `:`, `@`, or `|`, found `<`
fn main() {}