-
Notifications
You must be signed in to change notification settings - Fork 13.3k
assertion failed: !borrow_list.is_empty() #8675
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
Labels
P-low
Low priority
Comments
nominating production ready |
kmcallister
added a commit
to kmcallister/servo
that referenced
this issue
Aug 21, 2013
The bug is rust-lang/rust#8675. Fixes servo#752.
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Aug 21, 2013
The bug is rust-lang/rust#8675. Fixes #752.
It's worth noting that the symptom in Servo was not an assertion but rather memory corruption and an eventual segfault. |
ILyoan
pushed a commit
to ILyoan/servo
that referenced
this issue
Aug 22, 2013
The bug is rust-lang/rust#8675. Fixes servo#752.
ILyoan
pushed a commit
to ILyoan/servo
that referenced
this issue
Aug 22, 2013
The bug is rust-lang/rust#8675. Fixes servo#752.
tikue
pushed a commit
to tikue/servo
that referenced
this issue
Aug 28, 2013
The bug is rust-lang/rust#8675. Fixes servo#752.
Accepted for production-ready |
cc me |
P-low, not a 1.0 blocker. |
I can't reproduce this now, and it likely had to do with the interaction of |
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Sep 30, 2019
…ister:frametreeiterator); r=metajack The bug is rust-lang/rust#8675. Fixes #752. Source-Repo: https://github.com/servo/servo Source-Revision: 48f9e9aaa544d05b7b3352afebb7a0f48745cf59 UltraBlame original commit: 9be787e695fa2f45cba945f4d22f111c849fd852
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Sep 30, 2019
…ister:frametreeiterator); r=metajack The bug is rust-lang/rust#8675. Fixes #752. Source-Repo: https://github.com/servo/servo Source-Revision: 48f9e9aaa544d05b7b3352afebb7a0f48745cf59 UltraBlame original commit: 9be787e695fa2f45cba945f4d22f111c849fd852
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…ister:frametreeiterator); r=metajack The bug is rust-lang/rust#8675. Fixes #752. Source-Repo: https://github.com/servo/servo Source-Revision: 48f9e9aaa544d05b7b3352afebb7a0f48745cf59 UltraBlame original commit: 9be787e695fa2f45cba945f4d22f111c849fd852
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 11, 2024
…agnostic, r=Veykril feat: Add incorrect case diagnostics for traits and their associated items Updates incorrect case diagnostic to: - Check traits and their associated items - Ignore trait implementations except for patterns in associated function bodies Also cleans up `hir-ty::diagnostics::decl_check` a bit (mostly to make it a bit more DRY and easier to maintain) Also fixes: rust-lang#8675 and fixes: rust-lang#8225
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kmcallister found this bug in some Servo code.
The following code compiles but triggers an internal assertion and crashes:
If you remove the
ref
in the pattern match, the code works.The text was updated successfully, but these errors were encountered: