-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️S-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
Code
Build regex-syntax-0.7.5 (or any crate that uses regex, which is a lot) with -Zvalidate-mir
.
Meta
rustc --version --verbose
:
rustc 1.75.0-dev
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.75.0-dev
LLVM version: 17.0.2
🤔 that seems wrong. This is a compiler built from eb0f3ed.
I think this ICE might not have hit nightly yet.
Error output
error: internal compiler error: compiler/rustc_const_eval/src/util/compare_types.rs:68:13: Map<core::slice::Iter<'static, (&'static str, &'static [(char, char)])>, {closure@src/unicode.rs:684:49: 684:64}>, Map<core::slice::Iter<'_, (&str, &[(char, char)])>, {closure@src/unicode.rs:684:49: 684:64}>
Backtrace doesn't fit in a GitHub issue.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️S-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.