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 build 20190120 #3675

Merged
merged 4 commits into from Jan 20, 2019
Merged

Fix build 20190120 #3675

merged 4 commits into from Jan 20, 2019

Conversation

ghost
Copy link

@ghost ghost commented Jan 20, 2019

No description provided.

@ghost
Copy link
Author

ghost commented Jan 20, 2019

I made a mistake in the second commit message. The commit actually fixes breakage from rust-lang/rust#57689 and not rust-lang/rust#57489.

@oli-obk
Copy link
Contributor

oli-obk commented Jan 20, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Jan 20, 2019

📌 Commit 8747691 has been approved by oli-obk

@bors
Copy link
Contributor

bors commented Jan 20, 2019

⌛ Testing commit 8747691 with merge 311e683...

bors added a commit that referenced this pull request Jan 20, 2019
@bors
Copy link
Contributor

bors commented Jan 20, 2019

💔 Test failed - status-appveyor

@matthiaskrgr
Copy link
Member

  Compiling clippy_lints v0.0.212 (C:\projects\rust-clippy\clippy_lints)
error[E0004]: non-exhaustive patterns: `Err(_)` not covered
   --> clippy_lints\src\consts.rs:146:11
    |
146 |     match *lit {
    |           ^^^^ pattern `Err(_)` not covered
error[E0004]: non-exhaustive patterns: `Err(_)` not covered
   --> clippy_lints\src\utils\author.rs:260:23
    |
260 |                 match lit.node {
    |                       ^^^^^^^^ pattern `Err(_)` not covered
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0004`.

@matthiaskrgr
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jan 20, 2019

📌 Commit a747dbb has been approved by matthiaskrgr

@bors
Copy link
Contributor

bors commented Jan 20, 2019

⌛ Testing commit a747dbb with merge 5b64f68...

bors added a commit that referenced this pull request Jan 20, 2019
@bors
Copy link
Contributor

bors commented Jan 20, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: matthiaskrgr
Pushing 5b64f68 to master...

@bors bors merged commit a747dbb into rust-lang:master Jan 20, 2019
@ghost ghost deleted the fix-build-20190120 branch May 11, 2019 08:07
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