We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44995f7 commit 31b2eb1Copy full SHA for 31b2eb1
library/core/src/lib.rs
@@ -64,6 +64,7 @@
64
not(bootstrap),
65
doc(cfg_hide(
66
not(test),
67
+ any(not(feature = "miri-test-libstd"), test, doctest),
68
target_pointer_width = "16",
69
target_pointer_width = "32",
70
target_pointer_width = "64",
0 commit comments