s/Scalar::Raw/Scalar::Int
This commit is contained in:
parent
7e8b15e050
commit
0dcf78ba87
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ pub(crate) fn codegen_const_value<'tcx>(
|
|||
}
|
||||
|
||||
match x {
|
||||
Scalar::Raw(int) => {
|
||||
Scalar::Int(int) => {
|
||||
CValue::const_val(fx, layout, int)
|
||||
}
|
||||
Scalar::Ptr(ptr) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue