Cfg hide no_global_oom_handling and no_fp_fmt_parse

This commit is contained in:
Gary Guo 2021-10-09 17:07:33 +01:00
parent 15491d7b6b
commit 01825669b8
2 changed files with 2 additions and 0 deletions

View file

@ -73,6 +73,7 @@
not(test),
not(any(test, bootstrap)),
any(not(feature = "miri-test-libstd"), test, doctest),
no_global_oom_handling,
target_has_atomic = "ptr"
))
)]

View file

@ -65,6 +65,7 @@
doc(cfg_hide(
not(test),
any(not(feature = "miri-test-libstd"), test, doctest),
no_fp_fmt_parse,
target_pointer_width = "16",
target_pointer_width = "32",
target_pointer_width = "64",