rust/compiler/rustc_feature/src
Folkert de Vries cbacd00f10
allow #[rustc_align_static(N)] on statics
We need a different attribute than `rustc_align` because unstable attributes are
tied to their feature (we can't have two unstable features use the same
unstable attribute). Otherwise this uses all of the same infrastructure
as `#[rustc_align]`.
2025-09-09 21:54:54 +02:00
..
accepted.rs stabilize extended_varargs_abi_support 2025-09-02 08:48:12 +02:00
builtin_attrs.rs allow #[rustc_align_static(N)] on statics 2025-09-09 21:54:54 +02:00
lib.rs Remove rustc_feature::Stability 2025-06-09 11:44:52 +02:00
removed.rs Remove the no_sanitize attribute in favor of sanitize 2025-08-18 08:45:28 +00:00
tests.rs rustc_feature: Avoid unsafe std::env::set_var() in UnstableFeatures tests 2025-01-08 11:37:19 +01:00
unstable.rs allow #[rustc_align_static(N)] on statics 2025-09-09 21:54:54 +02:00