Skip to content

Commit c78b438

Browse files
committed
tweak names and output and bless
1 parent f44d5fe commit c78b438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub(crate) fn codegen_const_value<'tcx>(
167167
}
168168

169169
match const_val {
170-
ConstValue::Zst => unreachable!(), // we already handles ZST above
170+
ConstValue::ZeroSized => unreachable!(), // we already handles ZST above
171171
ConstValue::Scalar(x) => match x {
172172
Scalar::Int(int) => {
173173
if fx.clif_type(layout.ty).is_some() {

0 commit comments

Comments
 (0)