We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec10bf2 commit aa187e6Copy full SHA for aa187e6
src/state/extra.rs
@@ -28,7 +28,7 @@ use super::{Lua, WeakLua};
28
static EXTRA_REGISTRY_KEY: u8 = 0;
29
30
const WRAPPED_FAILURE_POOL_DEFAULT_CAPACITY: usize = 64;
31
-const REF_STACK_RESERVE: c_int = 2;
+const REF_STACK_RESERVE: c_int = 3;
32
33
/// Data associated with the Lua state.
34
pub(crate) struct ExtraData {
0 commit comments