-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ICE with wasm target #6140
Comments
cmyr
added
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
labels
Oct 8, 2020
I suspect this may be fixed by #5948. Could you try with beta 1.48? |
This works for me with the beta.
|
Thanks for testing it. I'm gonna go ahead and close this as solved. |
cmyr
added a commit
to linebender/druid
that referenced
this issue
Oct 9, 2020
This will still the tests against wasm, but clippy is disabled until further notice. This can be turned back on the next time we get an update to cargo. See rust-lang/rust-clippy#6140
cmyr
added a commit
to linebender/druid
that referenced
this issue
Oct 9, 2020
This will still the tests against wasm, but clippy is disabled until further notice. This can be turned back on the next time we get an update to cargo. See rust-lang/rust-clippy#6140
cmyr
added a commit
to linebender/druid
that referenced
this issue
Oct 9, 2020
This will still the tests against wasm, but clippy is disabled until further notice. This can be turned back on the next time we get an update to cargo. See rust-lang/rust-clippy#6140
cmyr
added a commit
to linebender/druid
that referenced
this issue
Oct 9, 2020
This will still the tests against wasm, but clippy is disabled until further notice. This can be turned back on the next time we get an update to cargo. See rust-lang/rust-clippy#6140
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just updated rustc/clippy and have a crash in CI, running:
cargo clippy --manifest-path=druid/Cargo.toml --all-targets --features=image,im --target wasm32-unknown-unknown
against linebender/druid@ac936c2
I do not see this crash against the native target (I'm running macOS 10.14.6)
let me know if I can be more helpful.
Meta
rustc -Vv
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: