Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Compilation breakage: rustc_errors::CodeSuggestion #1714

Closed
ishitatsuyuki opened this issue May 2, 2017 · 2 comments · Fixed by #1715
Closed

Compilation breakage: rustc_errors::CodeSuggestion #1714

ishitatsuyuki opened this issue May 2, 2017 · 2 comments · Fixed by #1715

Comments

@ishitatsuyuki
Copy link
Contributor

☔️ The latest upstream changes (presumably rust-lang/rust#40851) have made clippy unbuildable.

error[E0063]: missing field `msg` in initializer of `rustc_errors::CodeSuggestion`
   --> clippy_lints/src/utils/mod.rs:596:53
    |
596 |     let sugg = rustc_errors::RenderSpan::Suggestion(rustc_errors::CodeSuggestion {
    | 

@oli-obk wait, you made this one? probably you know what's the right way to port?

@oli-obk
Copy link
Contributor

oli-obk commented May 2, 2017

jup, thanks for the report! I'll fix it asap

@oli-obk
Copy link
Contributor

oli-obk commented May 2, 2017

It'll probably appear in tomorrows nightly, so we're not merging until tomorrow.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants