-
Notifications
You must be signed in to change notification settings - Fork 13.4k
std: Remove the curious inner module #27388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @brson |
(rust_highfive has picked a reviewer for you, use r? to override) |
This isn't actually necessary any more with the advent of `$crate` and changes in the compiler to expand macros to `::core::$foo` in the context of a `#![no_std]` crate. The libcore inner module was also trimmed down a bit to the bare bones.
b90d903
to
5af6cf9
Compare
@bors r+ |
📌 Commit 5af6cf9 has been approved by |
RIP 😿 |
⌛ Testing commit 5af6cf9 with merge 1038d08... |
💔 Test failed - auto-mac-32-opt |
@bors: retry On Thu, Jul 30, 2015 at 9:18 AM, bors [email protected] wrote:
|
This isn't actually necessary any more with the advent of `$crate` and changes in the compiler to expand macros to `::core::$foo` in the context of a `#![no_std]` crate. The libcore inner module was also trimmed down a bit to the bare bones.
This isn't actually necessary any more with the advent of
$crate
and changesin the compiler to expand macros to
::core::$foo
in the context of a#![no_std]
crate.The libcore inner module was also trimmed down a bit to the bare bones.