diff options
| author | Gary Guo <gary@garyguo.net> | 2021-10-09 17:07:33 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2021-10-09 17:07:33 +0100 |
| commit | 01825669b8968b5508241de456d4ce21e0fdfd87 (patch) | |
| tree | e36ca36a0b1593cb26c2a79e776f002cc624594e /library/alloc/src | |
| parent | 15491d7b6be1065217e09bd735e4ecffbe9838ba (diff) | |
| download | rust-01825669b8968b5508241de456d4ce21e0fdfd87.tar.gz rust-01825669b8968b5508241de456d4ce21e0fdfd87.zip | |
Cfg hide no_global_oom_handling and no_fp_fmt_parse
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index dd04f782f94..89ab11fb97e 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -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" )) )] |
