Searched refs:AllowStruct (Results 1 – 1 of 1) sorted by relevance
831 parsing::ambiguous_expr(input, parsing::AllowStruct(false)) in parse_without_eager_brace()1227 pub(super) struct AllowStruct(pub bool); struct1235 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 {} implementation1305 impl Clone for AllowStruct { implementation1315 allow_struct: AllowStruct, in parse_expr() argument[all …]