Skip to content

Commit 703fc31

Browse files
committed
Fix no_rc, no_sync and no_global_oom_handling tests
1 parent fd44b24 commit 703fc31

File tree

4 files changed

+93
-7
lines changed

4 files changed

+93
-7
lines changed

library/alloc/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ mod testing;
211211
#[macro_use]
212212
mod macros;
213213

214+
#[cfg(not(no_rc))]
214215
mod raw_rc;
215216
mod raw_vec;
216217

0 commit comments

Comments
 (0)