rust/library/core
Stuart Cook e53dd52e16
Rollup merge of #152749 - cyrgani:rustc-allow-const, r=jdonszelmann
make `rustc_allow_const_fn_unstable` an actual `rustc_attrs` attribute

It is already named like one, but used to have its own feature gate, which this PR now removes in favor of just using `#![feature(rustc_attrs)]`.

Most of the diff is just the line number changes in `malformed-attrs.stderr`.
2026-02-18 17:29:49 +11:00
..
src Rollup merge of #152749 - cyrgani:rustc-allow-const, r=jdonszelmann 2026-02-18 17:29:49 +11:00
Cargo.toml add autodiff examples 2025-11-16 23:35:37 -05:00