mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

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`?