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

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`