ty::ConstKind::Error constructed but no error reported (we should check, may be a distinct bug; maybe #94506):
[INFO] [stdout] error: internal compiler error: /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/compiler/rustc_codegen_ssa/src/mir/constant.rs:42:20: encountered bad ConstKind after monomorphizing: Error(DelaySpanBugEmitted(()))
[INFO] [stdout] --> parse/src/day02.rs:21:73
[INFO] [stdout] |
[INFO] [stdout] 21 | let char_count = count_dict.get(&password_rule.character).unwrap_or(&0);
[INFO] [stdout] | ^^
[INFO] [stdout]
Crater picked up this issue in a number of crates:
May be a duplicate of #93002, but filing this as a dedicated bug with a rough list of affected crates in Crater.
ty::ConstKind::Error constructed but no error reported (we should check, may be a distinct bug; maybe #94506):