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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
85 B
Rust
Raw Normal View History

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