Skip to content

Commit

Permalink
liballoc: add unresolved “superset of core?” question
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Mar 5, 2019
1 parent 9ed70bc commit 6607982
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions text/0000-liballoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,9 @@ It does provide a memory allocator through `malloc` and related functions, uncon
In that sense it is closer to `std::io::prelude` than `std::prelude::v1`.~
Done in [PR #58933].

* In addition to being a subset of `std`, should the `alloc` crate (by itself)
be a super-set of `core`? That is, should it reexport everything that is defined in `core`?
See [PR #58175] which proposes reexporting `core::sync::atomic` in `alloc::sync`.

[PR #58933]: https://github.com/rust-lang/rust/pull/58933
[PR #58175]: https://github.com/rust-lang/rust/pull/58175

0 comments on commit 6607982

Please sign in to comment.