Skip to content

Commit 0dcf78b

Browse files
committed
s/Scalar::Raw/Scalar::Int
1 parent 7e8b15e commit 0dcf78b

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
@@ -186,7 +186,7 @@ pub(crate) fn codegen_const_value<'tcx>(
186186
}
187187

188188
match x {
189-
Scalar::Raw(int) => {
189+
Scalar::Int(int) => {
190190
CValue::const_val(fx, layout, int)
191191
}
192192
Scalar::Ptr(ptr) => {

0 commit comments

Comments
 (0)