Files
mlua-rs-mlua/tests/compile/scope_callback_outer.stderr
T
Alex Orlenko 8e14b6e40b Fix tests
2024-08-04 22:22:02 +01:00

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`