]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-lt-bracket-2.rs
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / pat-lt-bracket-2.rs
1 fn a(B<) {}
2    //~^ error: expected one of `:`, `@`, or `|`, found `<`
3
4 fn main() {}