2021-10-20 09:34:21 +02:00
|
|
|
WARN rustc_metadata::locator no metadata found: failed to mmap rmeta metadata: '\\?\$WORKSPACE/target\tests\target\x86_64-pc-windows-msvc\debug\deps\librhai_codegen_tests-13fbbdaa684db49e.rmeta'
|
|
|
|
WARN rustc_metadata::locator no metadata found: failed to mmap rmeta metadata: '\\?\$WORKSPACE/target\tests\target\x86_64-pc-windows-msvc\debug\deps\librhai_codegen_tests-1b00becb051b9b4f.rmeta'
|
2020-10-20 03:21:41 +02:00
|
|
|
error: index setter requires exactly 3 parameters
|
2021-10-12 14:57:47 +02:00
|
|
|
--> ui_tests/rhai_fn_setter_index_signature.rs:13:20
|
2020-09-13 05:28:41 +02:00
|
|
|
|
|
|
|
|
13 | pub fn test_fn(input: Point) -> bool {
|
2021-10-20 09:34:21 +02:00
|
|
|
| ^^^^^^^^^^^^
|
2020-09-13 05:28:41 +02:00
|
|
|
|
2020-09-13 05:57:17 +02:00
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
2021-10-12 14:57:47 +02:00
|
|
|
--> ui_tests/rhai_fn_setter_index_signature.rs:23:8
|
2020-09-13 05:28:41 +02:00
|
|
|
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
2020-09-13 05:57:17 +02:00
|
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|