mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
57dad1d75e
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`.