-
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
crashes in used_underscore_binding_macro.rs with debug assertions enabled #3628
Comments
Trying to work around a crash (see rust-lang#3628) in rust-lang/rust#57303
tests: used_underscore_binding_macro: disable random_state lint. Trying to work around a crash (see #3628) in rust-lang/rust#57303
To be more specific it happens in the line:
rust-lang/rust#57298 seems to have better backtrace, circumstances remain unknown. |
I have been able to reproduce locally with |
Removing the Should we revert the the lint for now? |
cc @xfix |
…sch" This reverts commit 0a6593c, reversing changes made to 5277a1f. This hopefully fixes rust-lang#3628
Have you tried asking somebody from compiler/language team? |
Yeah, my code is probably completely wrong, but I didn't realize as it worked for me. |
|
@mati865 but doesn't it work because of its existance? |
Sorry, I misunderstood the context. |
It's all good, no worries 👍 I was actually prepared to maybe re-test with the specified changes. |
add back some tokio features Turns out I went a bit too fer when I removed features, so `socketpair` was no longer used.
This happened when I tried to update clippy in the rustc repo.
I have not been able to reproduce locally.
rustc PR: rust-lang/rust#57303
backtrace of the crash: https://travis-ci.org/rust-lang/rust/jobs/475319450#L7599
I'll try to disable the lint for this particular test.
The text was updated successfully, but these errors were encountered: