Cfg hide no_global_oom_handling and no_fp_fmt_parse
This commit is contained in:
parent
15491d7b6b
commit
01825669b8
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
))
|
||||
)]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue