-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 using a condition from another crate #5446
Comments
I can't reproduce anymore. |
There is an ICE again. |
Nominating this for a milestone. |
accepted for production ready (this is happening, if it is, because of linkage address differing from real) |
Narrowing down to something tiny. (Evidence at this point provides hint that there's something wonky with how structs and/or impls with |
This has been fixed, flagging that it needs a test. |
Tests incoming. |
compare with the second largest instead of the smallest variant This should make the lint less noisy for now. See [my comment](rust-lang/rust-clippy#5418 (comment)) to issue rust-lang#5418. --- changelog: none
* Bugfix: Now slash/start comments aren't duplicated on trait parameters. * Removing unnecesary comment. * Improvements: Improving the BytePos offset. * Improvements: Improving the description of the test cases.
Getting an ICE trying to use a condition from another crate.
ICE
However, there is no error if the condition is in the same crate.
The text was updated successfully, but these errors were encountered: