]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.rs
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
[rust.git] / src / test / ui / parser / recover-field-extra-angle-brackets-in-struct-with-a-field.rs
1 struct TypedArenaChunk {
2     next: Option<String>>
3     //~^ ERROR unmatched angle bracket
4 }
5
6 fn main() {}