We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44d5fe commit c78b438Copy full SHA for c78b438
src/constant.rs
@@ -167,7 +167,7 @@ pub(crate) fn codegen_const_value<'tcx>(
167
}
168
169
match const_val {
170
- ConstValue::Zst => unreachable!(), // we already handles ZST above
+ ConstValue::ZeroSized => unreachable!(), // we already handles ZST above
171
ConstValue::Scalar(x) => match x {
172
Scalar::Int(int) => {
173
if fx.clif_type(layout.ty).is_some() {
0 commit comments