Actions
Bug #2197
closedrust build with lua enabled fails on x86
Affected Versions:
Effort:
Difficulty:
Label:
Description
When building on x86 with lua enabled (or, for ex, using cargo build --all-features
), the build fails:
error[E0308]: mismatched types --> src/lua.rs:46:36 | 46 | lua_settable(self.lua, idx); | ^^^ expected i32, found i64 error[E0308]: mismatched types --> src/lua.rs:58:39 | 58 | lua_pushinteger(self.lua, val); | ^^^ expected i32, found i64
Actions