Assertion failed: import.imported_module.get().is_none()
#85992
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
Code
Exact code unknown code.
The error was generated by using
cargo check
.Rerunning after
cargo clean
did not fix this.Did not resolve this yet at the time of writing this.
This might be related to: #83336
But I think this was because I compiles first and got this error:
This was expected to give an error (needed to be
log::error!(...)
)Full backtrace on the fist check:
Meta
rustc --version --verbose
:Problem persists after updating to last nightly:
Error output
Backtrace (After trying to recheck it)
The text was updated successfully, but these errors were encountered: