Skip to content

Commit c3a91a8

Browse files
committed
fix rustc_codegen_cranelift
1 parent c7f5216 commit c3a91a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/src/constant.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ pub(crate) fn mir_operand_get_const_val<'tcx>(
517517
| StatementKind::StorageLive(_)
518518
| StatementKind::StorageDead(_)
519519
| StatementKind::Retag(_, _)
520-
| StatementKind::AscribeUserType(_, _)
520+
| StatementKind::AscribeUserType(_)
521521
| StatementKind::Coverage(_)
522522
| StatementKind::Nop => {}
523523
}

0 commit comments

Comments
 (0)