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

Fix breakage due to rust-lang/rust#58167 #3762

Merged
merged 2 commits into from Feb 14, 2019
Merged

Fix breakage due to rust-lang/rust#58167 #3762

merged 2 commits into from Feb 14, 2019

Conversation

ghost
Copy link

@ghost ghost commented Feb 14, 2019

No description provided.

@mati865
Copy link
Contributor

mati865 commented Feb 14, 2019

error[E0560]: struct `rustc_errors::CodeSuggestion` has no field named `show_code_when_inline`
   --> clippy_lints/src/utils/mod.rs:748:9
    |
748 |         show_code_when_inline: true,
    |         ^^^^^^^^^^^^^^^^^^^^^ `rustc_errors::CodeSuggestion` does not have this field
    |
    = note: available fields are: `substitutions`, `msg`, `style`, `applicability`

AppVeyor succeed because it picked outdated commit.

@flip1995
Copy link
Member

Couldn't test this locally, since my internet is currently too bad to install the latest rustc master with RTIM. Let's see if travis likes it.

@flip1995
Copy link
Member

AppVeyor was faster. It builds again. Let's get this going!

@bors r+ p=10

@bors
Copy link
Collaborator

bors commented Feb 14, 2019

📌 Commit 10811d5 has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Feb 14, 2019

⌛ Testing commit 10811d5 with merge 32ee306...

@bors
Copy link
Collaborator

bors commented Feb 14, 2019

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

@bors bors merged commit 10811d5 into rust-lang:master Feb 14, 2019
@ghost ghost deleted the fix-build-20190214 branch May 11, 2019 07:51
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.

None yet

3 participants