]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/pat-lt-bracket-2.rs
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / pat-lt-bracket-2.rs
1 fn a(B<) {}
2    //~^ error: expected one of `:`, `@`, or `|`, found `<`
3
4 fn main() {}