1
Fork 0
rust/compiler/rustc_parse/src
Matthias Krüger 57dad1d75e
Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco
Disallow ambiguous attributes on expressions

This implements the suggestion in [#15701](https://github.com/rust-lang/rust/issues/15701#issuecomment-2033124217) to disallow ambiguous outer attributes on expressions. This should resolve one of the concerns blocking the stabilization of `stmt_expr_attributes`.
2024-04-23 12:10:26 +02:00
..
lexer Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser 2024-04-18 21:38:55 -07:00
parser Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco 2024-04-23 12:10:26 +02:00
errors.rs Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco 2024-04-23 12:10:26 +02:00
lib.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
validate_attr.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00