rust/tests/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.rs

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

7 lines
106 B
Rust
Raw Normal View History

struct TypedArenaChunk {
next: Option<String>>
//~^ ERROR unmatched angle bracket
}
fn main() {}