Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco"

This reverts commit 57dad1d75e, reversing
changes made to 36316df9fe.
This commit is contained in:
Rémy Rakic 2024-06-06 20:39:54 +00:00
parent e1ac0fa95b
commit 216424da32
15 changed files with 49 additions and 141 deletions

View file

@ -622,8 +622,6 @@ parse_or_pattern_not_allowed_in_let_binding = top-level or-patterns are not allo
parse_out_of_range_hex_escape = out of range hex escape
.label = must be a character in the range [\x00-\x7f]
parse_outer_attr_ambiguous = ambiguous outer attributes
parse_outer_attr_explanation = outer attributes, like `#[test]`, annotate the item following them
parse_outer_attribute_not_allowed_on_if_else = outer attributes are not allowed on `if` and `else` branches