Skip to content

Feature-gate #![no_std] and fix most syntax extensions#21988

Merged
bors merged 6 commits into
rust-lang:masterfrom
kmcallister:no-std
Feb 8, 2015
Merged

Feature-gate #![no_std] and fix most syntax extensions#21988
bors merged 6 commits into
rust-lang:masterfrom
kmcallister:no-std

Conversation

@kmcallister

Copy link
Copy Markdown
Contributor

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.

@kmcallister

Copy link
Copy Markdown
Contributor Author

This causes problems in pretty printing, which I'm fixing.

@kmcallister

Copy link
Copy Markdown
Contributor Author

Still not quite right...

@kmcallister

Copy link
Copy Markdown
Contributor Author

Okay, this includes #21912 and is passing local tests.

@alexcrichton

Copy link
Copy Markdown
Member

Nice! I think the entire fmt module can move to libcollections in fact, and other than that r=me

@kmcallister

Copy link
Copy Markdown
Contributor Author

@bors r=alexcrichton e7ed905

@bors

bors commented Feb 7, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit e7ed905 with merge 466df21...

@bors

bors commented Feb 7, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-mac-64-opt

@kmcallister

Copy link
Copy Markdown
Contributor Author

Rebased, and fixed that new test case.

@sfackler

sfackler commented Feb 7, 2015

Copy link
Copy Markdown
Member

@bors r+ 312f8bd

@bors

bors commented Feb 8, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 312f8bd with merge 74b8740...

bors added a commit that referenced this pull request Feb 8, 2015
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.
@bors

bors commented Feb 8, 2015

Copy link
Copy Markdown
Collaborator

@bors bors merged commit 312f8bd into rust-lang:master Feb 8, 2015
lnicola added a commit to lnicola/rust that referenced this pull request Apr 9, 2026
internal: add workflow to handle generating lints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature-gate #[no_std]

4 participants