Skip to content

Commit 6607982

Browse files
committed
liballoc: add unresolved “superset of core?” question
1 parent 9ed70bc commit 6607982

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: text/0000-liballoc.md

+5
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,9 @@ It does provide a memory allocator through `malloc` and related functions, uncon
323323
In that sense it is closer to `std::io::prelude` than `std::prelude::v1`.~
324324
Done in [PR #58933].
325325

326+
* In addition to being a subset of `std`, should the `alloc` crate (by itself)
327+
be a super-set of `core`? That is, should it reexport everything that is defined in `core`?
328+
See [PR #58175] which proposes reexporting `core::sync::atomic` in `alloc::sync`.
329+
326330
[PR #58933]: https://github.com/rust-lang/rust/pull/58933
331+
[PR #58175]: https://github.com/rust-lang/rust/pull/58175

0 commit comments

Comments
 (0)