mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 22:46:50 +00:00
Cfg hide no_global_oom_handling and no_fp_fmt_parse
This commit is contained in:
parent
15491d7b6b
commit
01825669b8
@ -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…
Reference in New Issue
Block a user