mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
error[E0599]: no method named `scope` found for struct `Lua` in the current scope
|
|
--> tests/compile/scope_callback_outer.rs:6:9
|
|
|
|
|
6 | lua.scope(|scope| {
|
|
| ----^^^^^ method not found in `Lua`
|