Skip to content

Fix pre-cfg_attr notation in comment #38760

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

Merged
merged 1 commit into from
Jan 2, 2017
Merged

Conversation

est31
Copy link
Member

@est31 est31 commented Jan 1, 2017

Commit aa3b126 has changed notation
in the test from #[ignore(cfg(ignorecfg))] to #[cfg_attr(ignorecfg, ignore)],
but missed to change the comment in the accompanying Makefile.

Commit aa3b126 has changed notation
in the test from `#[ignore(cfg(ignorecfg))]` to `#[cfg_attr(ignorecfg, ignore)]`,
but missed to change the comment in the accompanying Makefile.
@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@est31
Copy link
Member Author

est31 commented Jan 1, 2017

Should be obvious when you inspect the changes of that directory via gitk src/test/run-make/test-harness.

@sanxiyn
Copy link
Member

sanxiyn commented Jan 2, 2017

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

📌 Commit 2dc2284 has been approved by sanxiyn

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

⌛ Testing commit 2dc2284 with merge 4150ddf...

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

💔 Test failed - status-appveyor

@sanxiyn
Copy link
Member

sanxiyn commented Jan 2, 2017

@bors retry

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

⌛ Testing commit 2dc2284 with merge 7703a77...

bors added a commit that referenced this pull request Jan 2, 2017
Fix pre-cfg_attr notation in comment

Commit aa3b126 has changed notation
in the test from `#[ignore(cfg(ignorecfg))]` to `#[cfg_attr(ignorecfg, ignore)]`,
but missed to change the comment in the accompanying Makefile.
@bors
Copy link
Collaborator

bors commented Jan 2, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

alexcrichton commented Jan 2, 2017 via email

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

⌛ Testing commit 2dc2284 with merge 9953e76...

bors added a commit that referenced this pull request Jan 2, 2017
Fix pre-cfg_attr notation in comment

Commit aa3b126 has changed notation
in the test from `#[ignore(cfg(ignorecfg))]` to `#[cfg_attr(ignorecfg, ignore)]`,
but missed to change the comment in the accompanying Makefile.
@bors
Copy link
Collaborator

bors commented Jan 2, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: sanxiyn
Pushing 9953e76 to master...

@bors bors merged commit 2dc2284 into rust-lang:master Jan 2, 2017
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.

6 participants