rust/compiler/rustc_const_eval
Matthias Krüger ea5bb99c0f
Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead
const fn stability checking: also check declared language features

Fixes https://github.com/rust-lang/rust/issues/129656

`@oli-obk` I assume it is just an oversight that this didn't use `features().declared()`? Or is there a deep reason that this must only check `declared_lib_features`?
2024-08-31 14:46:06 +02:00
..
src Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead 2024-08-31 14:46:06 +02:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl interpret: do not make const-eval query result depend on tcx.sess 2024-08-26 17:08:52 +02:00