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

5 lines
85 B
Rust
Raw Permalink Normal View History

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