Home
last modified time | relevance | path

Searched refs:AllowStruct (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs831 parsing::ambiguous_expr(input, parsing::AllowStruct(false)) in parse_without_eager_brace()
1227 pub(super) struct AllowStruct(pub bool); struct
1235 AllowStruct(true), in parse()
1244 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule()
1274 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule()
1282 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule()
1292 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule()
1302 impl Copy for AllowStruct {} implementation
1305 impl Clone for AllowStruct { implementation
1315 allow_struct: AllowStruct, in parse_expr() argument
[all …]