-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[Gate Tests] - marking feature tests #39250
Conversation
np |
@cseale the PR got merged. |
☔ The latest upstream changes (presumably #39075) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -166,8 +166,7 @@ pub fn check(path: &Path, bad: &mut bool) { | |||
|
|||
// FIXME get this whitelist empty. | |||
let whitelist = vec![ | |||
"abi_ptx", "simd", "macro_reexport", | |||
"static_recursion", "quote", | |||
"abi_ptx", "simd", "static_recursion", "reflect", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was "reflect"
added here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was removed by #39075, so shouldn't be present.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleaned this up
@@ -166,8 +166,7 @@ pub fn check(path: &Path, bad: &mut bool) { | |||
|
|||
// FIXME get this whitelist empty. | |||
let whitelist = vec![ | |||
"abi_ptx", "simd", "macro_reexport", | |||
"static_recursion", "quote", | |||
"abi_ptx", "simd", "static_recursion", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've got a trailing whitespace here, that's why tidy fails.
@bors delegate=est31 |
✌️ @est31 can now approve this pull request |
Removal of the lang feature gate tests whitelist rust-lang#39059 r? @est31
@bors r+ |
📌 Commit 94e9086 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Removal of the lang feature gate tests whitelist #39059
r? @est31