s/Scalar::Raw/Scalar::Int
This commit is contained in:
parent
3a7970848c
commit
df4d717d0b
13 changed files with 48 additions and 48 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