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

ERROR:rustc_lint::builtin: span mc spanspam when compiling clippy_lints #1743

Closed
Arnavion opened this issue May 10, 2017 · 0 comments · Fixed by #1742
Closed

ERROR:rustc_lint::builtin: span mc spanspam when compiling clippy_lints #1743

Arnavion opened this issue May 10, 2017 · 0 comments · Fixed by #1742

Comments

@Arnavion
Copy link
Contributor

rustc 1.19.0-nightly (d3abc80b3 2017-05-09)

$ cargo install -j1 --force clippy
<snip successful compilation of other deps>
   Compiling clippy_lints v0.0.131
ERROR:rustc_lint::builtin: span mc spanspam
ERROR:rustc_lint::builtin: span mc spanspam
ERROR:rustc_lint::builtin: span mc spanspam
ERROR:rustc_lint::builtin: span mc spanspam
<snip successful compilation of clippy>

The message was introduced in rust-lang/rust@de7dda7#diff-1651ba5b47f9ffa648d59265d3f94becR721 by rust-lang/rust#41293

It compiles successfully so it's not a big problem. Just seems to be some lint firing against float literals in patterns in clippy_lints (perhaps https://github.com/Manishearth/rust-clippy/blob/3b3e47f4/clippy_lints/src/zero_div_zero.rs#L41-L42 ?)

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 a pull request may close this issue.

1 participant