mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
4808aa8872
Make `#![allow_internal_unstable(..)]` work with `stmt_expr_attributes` This is a necessary first step to fixing #117304, as explained in https://github.com/rust-lang/rust/issues/117304#issuecomment-1784414453. `@rustbot` label T-compiler