We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f5216 commit c3a91a8Copy full SHA for c3a91a8
compiler/rustc_codegen_cranelift/src/constant.rs
@@ -517,7 +517,7 @@ pub(crate) fn mir_operand_get_const_val<'tcx>(
517
| StatementKind::StorageLive(_)
518
| StatementKind::StorageDead(_)
519
| StatementKind::Retag(_, _)
520
- | StatementKind::AscribeUserType(_, _)
+ | StatementKind::AscribeUserType(_)
521
| StatementKind::Coverage(_)
522
| StatementKind::Nop => {}
523
}
0 commit comments