rust/tests/ui/parser/pat-lt-bracket-2.rs
2023-01-11 09:32:08 +00:00

5 lines
85 B
Rust

fn a(B<) {}
//~^ error: expected one of `:`, `@`, or `|`, found `<`
fn main() {}