-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Feature-gate #![no_std] and fix most syntax extensions #21988
Conversation
This causes problems in pretty printing, which I'm fixing. |
Still not quite right... |
Okay, this includes #21912 and is passing local tests. |
Nice! I think the entire |
@bors r=alexcrichton e7ed905 |
⌛ Testing commit e7ed905 with merge 466df21... |
💔 Test failed - auto-mac-64-opt |
…] crate Fixes rust-lang#16803. Fixes rust-lang#14342. Fixes half of rust-lang#21827 -- slice syntax is still broken.
Fixes rust-lang#21833. [breaking-change]
Rebased, and fixed that new test case. |
@bors r+ 312f8bd |
⌛ Testing commit 312f8bd with merge 74b8740... |
Fixes #21833. [breaking-change] r? @alexcrichton The tests in #21912 will also need `#[feature(no_std)]`. If you're okay with both PRs, I can merge and test them.
Fixes #21833.
[breaking-change]
r? @alexcrichton
The tests in #21912 will also need
#[feature(no_std)]
. If you're okay with both PRs, I can merge and test them.