-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Rustup to rust-lang/rust#66878 #4879
Conversation
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.
Changes look good so far, let's look in the LintPass thingy.
@@ -46,7 +46,7 @@ pub const IO_WRITE: [&str; 3] = ["std", "io", "Write"]; | |||
pub const ITERATOR: [&str; 5] = ["core", "iter", "traits", "iterator", "Iterator"]; | |||
pub const LATE_CONTEXT: [&str; 4] = ["rustc", "lint", "context", "LateContext"]; | |||
pub const LINKED_LIST: [&str; 4] = ["alloc", "collections", "linked_list", "LinkedList"]; | |||
pub const LINT: [&str; 3] = ["rustc", "lint", "Lint"]; | |||
pub const LINT: [&str; 3] = ["rustc_session", "lint", "Lint"]; |
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.
This path changed and so the declared lints weren't detected anymore.
@bors r+ |
📌 Commit 21bb9ab has been approved by |
Rustup to rust-lang/rust#66878 I need to sleep now, feel free to pick it up. The output of the `lint_without_lint_pass` test seems to disappear, I'm not sure why.. :/ changelog: none
@bors r+ |
📌 Commit 98e433d has been approved by |
Rustup to rust-lang/rust#66878 I need to sleep now, feel free to pick it up. The output of the `lint_without_lint_pass` test seems to disappear, I'm not sure why.. :/ changelog: none
☀️ Test successful - checks-travis, status-appveyor |
I need to sleep now, feel free to pick it up.
The output of the
lint_without_lint_pass
test seems to disappear, I'm not sure why.. :/changelog: none