]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.rs
Rollup merge of #94022 - jongiddy:cow-into-owned-docs, r=Dylan-DPC
[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() {}