-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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: panicked at 'already borrowed: BorrowMutError' and thread panicked while panicking. aborting. #83479
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
chengniansun
added
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Mar 25, 2021
jonas-schievink
added
A-HIR
Area: The high-level intermediate representation (HIR)
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
labels
Mar 25, 2021
fanninpm
added a commit
to fanninpm/glacier
that referenced
this issue
Mar 26, 2021
Issue: rust-lang/rust#83479
A duplicate mod a {
pub mod b {
pub mod c {
pub struct S<T>;
}
}
}
macro_rules! import {
( $ p : path ) => {
use $p;
};
}
fn f1() {
import! { a :: b :: c :: S < u8 > }
}
fn f2() {}
fn main() {} |
No longer ICEs since #89124 |
Alexendoo
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Oct 19, 2021
The minimized second example fails to debug-assert here:
Backtrace
|
JohnTitor
added
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
and removed
A-HIR
Area: The high-level intermediate representation (HIR)
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
labels
Oct 20, 2021
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Oct 21, 2021
…crum Add a regression test for issue-83479 Add a regression test for rust-lang#83479 (comment), but not close the issue, see rust-lang#83479 (comment).
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Oct 21, 2021
…crum Add a regression test for issue-83479 Add a regression test for rust-lang#83479 (comment), but not close the issue, see rust-lang#83479 (comment).
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Oct 22, 2021
…crum Add a regression test for issue-83479 Add a regression test for rust-lang#83479 (comment), but not close the issue, see rust-lang#83479 (comment).
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Oct 22, 2021
…crum Add a regression test for issue-83479 Add a regression test for rust-lang#83479 (comment), but not close the issue, see rust-lang#83479 (comment).
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Oct 22, 2021
…crum Add a regression test for issue-83479 Add a regression test for rust-lang#83479 (comment), but not close the issue, see rust-lang#83479 (comment).
cjgillot
removed
the
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
label
Nov 26, 2021
matthiaskrgr
added
the
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
label
Jun 29, 2022
JohnTitor
removed
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
glacier
ICE tracked in rust-lang/glacier.
labels
Dec 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: