forked from AbleOS/holey-bytes
fixing eror message
This commit is contained in:
parent
b1da36ecde
commit
d23d010917
|
@ -2466,7 +2466,7 @@ impl<'a> Codegen<'a> {
|
|||
expr.pos(),
|
||||
fa!(
|
||||
"intcast is inferred to output '{}', which is not an integer",
|
||||
self.ty_display(val.ty)
|
||||
self.ty_display(ty)
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue