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