Skip to content

Commit 31b2eb1

Browse files
committed
Cfg hide more conditions for core
1 parent 44995f7 commit 31b2eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
not(bootstrap),
6565
doc(cfg_hide(
6666
not(test),
67+
any(not(feature = "miri-test-libstd"), test, doctest),
6768
target_pointer_width = "16",
6869
target_pointer_width = "32",
6970
target_pointer_width = "64",

0 commit comments

Comments
 (0)