Skip to content

Commit

Permalink
honor rustc_const_stable_indirect in non-staged_api crate with -Zforc…
Browse files Browse the repository at this point in the history
…e-unstable-if-unmarked
  • Loading branch information
RalfJung committed Nov 10, 2024
1 parent 978a553 commit 6b0bd5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@
#![feature(stdarch_internal)]
// tidy-alphabetical-end
//
// Library features (crates without staged_api):
// tidy-alphabetical-start
#![feature(rustc_private)]
// tidy-alphabetical-end
//
// Only for re-exporting:
// tidy-alphabetical-start
#![feature(assert_matches)]
Expand Down

0 comments on commit 6b0bd5a

Please sign in to comment.