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

Rustup to rust-lang/rust#66878 #4879

Merged
merged 1 commit into from
Dec 4, 2019
Merged

Conversation

matthiaskrgr
Copy link
Member

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

Copy link
Member

@flip1995 flip1995 left a 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"];
Copy link
Member

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.

@flip1995 flip1995 changed the title [wip] rustup https://github.com/rust-lang/rust/pull/66878/ Rustup to rust-lang/rust#66878 Dec 4, 2019
@flip1995
Copy link
Member

flip1995 commented Dec 4, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 4, 2019

📌 Commit 21bb9ab has been approved by flip1995

@bors
Copy link
Contributor

bors commented Dec 4, 2019

⌛ Testing commit 21bb9ab with merge 501af3f...

bors added a commit that referenced this pull request Dec 4, 2019
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
@flip1995
Copy link
Member

flip1995 commented Dec 4, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 4, 2019

📌 Commit 98e433d has been approved by flip1995

@bors
Copy link
Contributor

bors commented Dec 4, 2019

⌛ Testing commit 98e433d with merge 374db5c...

bors added a commit that referenced this pull request Dec 4, 2019
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
Copy link
Contributor

bors commented Dec 4, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing 374db5c to master...

@bors bors merged commit 98e433d into rust-lang:master Dec 4, 2019
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.

3 participants