Skip to content

Commit

Permalink
fix rustc_codegen_cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Feb 18, 2022
1 parent c7f5216 commit c3a91a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_cranelift/src/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ pub(crate) fn mir_operand_get_const_val<'tcx>(
| StatementKind::StorageLive(_)
| StatementKind::StorageDead(_)
| StatementKind::Retag(_, _)
| StatementKind::AscribeUserType(_, _)
| StatementKind::AscribeUserType(_)
| StatementKind::Coverage(_)
| StatementKind::Nop => {}
}
Expand Down

0 comments on commit c3a91a8

Please sign in to comment.