We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15491d7 commit 0182566Copy full SHA for 0182566
library/alloc/src/lib.rs
@@ -73,6 +73,7 @@
73
not(test),
74
not(any(test, bootstrap)),
75
any(not(feature = "miri-test-libstd"), test, doctest),
76
+ no_global_oom_handling,
77
target_has_atomic = "ptr"
78
))
79
)]
library/core/src/lib.rs
@@ -65,6 +65,7 @@
65
doc(cfg_hide(
66
67
68
+ no_fp_fmt_parse,
69
target_pointer_width = "16",
70
target_pointer_width = "32",
71
target_pointer_width = "64",
0 commit comments