-
Notifications
You must be signed in to change notification settings - Fork 13.3k
thread 'rustc' panicked at 'no entry found for key', compiler/rustc_metadata/src/rmeta/decoder.rs:1631:13 #92477
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
A-incr-comp
Area: Incremental compilation
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.
Comments
I'm also affected, I get this panic frequently (every 4-5 incremental builds). Backtrace
|
Also got this same error. I haven't been able to reproduce it since it happens only with occasional incremental builds. These are the use url::Url;
#[derive(Debug)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
pub struct Adlist {
pub(crate) source: Url,
#[cfg_attr(feature = "serde", serde(default))]
pub(crate) format: AdlistFormat,
}
#[derive(Debug, Clone, Copy)]
#[cfg_attr(
feature = "serde",
derive(serde::Deserialize, serde::Serialize),
serde(rename_all = "lowercase")
)]
pub enum AdlistFormat {
Hosts,
Domains,
DnsMasq,
} Backtrace
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-incr-comp
Area: Incremental compilation
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.
Seems like #92163 is fixed but now a new error is coming.
Backtrace
The text was updated successfully, but these errors were encountered: