Skip to content
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

core: fix unused_macro warning #42098

Merged
merged 1 commit into from
May 21, 2017
Merged

core: fix unused_macro warning #42098

merged 1 commit into from
May 21, 2017

Conversation

japaric
Copy link
Member

@japaric japaric commented May 19, 2017

when compiling the crate for a target with max-atomic-width = 0

fixes #42097

when compiling the crate for a target with max-atomic-width = 0

fixes rust-lang#42097
@shepmaster shepmaster added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 19, 2017
@Mark-Simulacrum
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented May 20, 2017

📌 Commit e4f9db7 has been approved by Mark-Simulacrum

@Mark-Simulacrum Mark-Simulacrum added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 20, 2017
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 20, 2017
core: fix unused_macro warning

when compiling the crate for a target with max-atomic-width = 0

fixes rust-lang#42097
bors added a commit that referenced this pull request May 21, 2017
Rollup of 6 pull requests

- Successful merges: #41892, #42062, #42091, #42093, #42098, #42127
- Failed merges:
@bors bors merged commit e4f9db7 into rust-lang:master May 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libcore no longer compiles for targets with max-atomic-width = 0
4 participants