1
Fork 0
rust/compiler/rustc_resolve
许杰友 Jieyou Xu (Joe) be8f1f9949
Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii
fully de-stabilize all custom inner attributes

`#![test]` and `#![rustfmt::skip]` were accidentally accepted in more places than they should. These have been marked as soft-unstable since forever (https://github.com/rust-lang/rust/pull/82399) and shown in future-compat reports since Rust 1.77 (https://github.com/rust-lang/rust/pull/116274).

Cc `@rust-lang/lang` `@petrochenkov`
2025-01-20 12:38:30 +08:00
..
src Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii 2025-01-20 12:38:30 +08:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl Diagnostic for using macro_rules macro as attr/derive 2024-11-22 16:49:10 +00:00