]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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() {}