Skip to content

Commit 6b0bd5a

Browse files
committed
honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstable-if-unmarked
1 parent 978a553 commit 6b0bd5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

std/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,11 @@
391391
#![feature(stdarch_internal)]
392392
// tidy-alphabetical-end
393393
//
394+
// Library features (crates without staged_api):
395+
// tidy-alphabetical-start
396+
#![feature(rustc_private)]
397+
// tidy-alphabetical-end
398+
//
394399
// Only for re-exporting:
395400
// tidy-alphabetical-start
396401
#![feature(assert_matches)]

0 commit comments

Comments
 (0)