Fix test output.
This commit is contained in:
parent
397acb4fce
commit
bd30edb877
@ -2,13 +2,13 @@ error: duplicate Rhai signature for 'get$bar'
|
|||||||
--> $DIR/rhai_fn_rename_collision_oneattr_multiple.rs:17:15
|
--> $DIR/rhai_fn_rename_collision_oneattr_multiple.rs:17:15
|
||||||
|
|
|
|
||||||
17 | #[rhai_fn(get = "bar")]
|
17 | #[rhai_fn(get = "bar")]
|
||||||
| ^^^
|
| ^^^^^^^^^^^
|
||||||
|
|
||||||
error: duplicated function renamed 'get$bar'
|
error: duplicated function renamed 'get$bar'
|
||||||
--> $DIR/rhai_fn_rename_collision_oneattr_multiple.rs:12:15
|
--> $DIR/rhai_fn_rename_collision_oneattr_multiple.rs:12:15
|
||||||
|
|
|
|
||||||
12 | #[rhai_fn(name = "foo", get = "bar")]
|
12 | #[rhai_fn(name = "foo", get = "bar")]
|
||||||
| ^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
error[E0433]: failed to resolve: use of undeclared type or module `test_module`
|
error[E0433]: failed to resolve: use of undeclared type or module `test_module`
|
||||||
--> $DIR/rhai_fn_rename_collision_oneattr_multiple.rs:25:8
|
--> $DIR/rhai_fn_rename_collision_oneattr_multiple.rs:25:8
|
||||||
|
@ -2,13 +2,13 @@ error: duplicate Rhai signature for 'foo'
|
|||||||
--> $DIR/rhai_fn_rename_collision_with_itself.rs:12:15
|
--> $DIR/rhai_fn_rename_collision_with_itself.rs:12:15
|
||||||
|
|
|
|
||||||
12 | #[rhai_fn(name = "foo", name = "bar", name = "foo")]
|
12 | #[rhai_fn(name = "foo", name = "bar", name = "foo")]
|
||||||
| ^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
error: duplicated function renamed 'foo'
|
error: duplicated function renamed 'foo'
|
||||||
--> $DIR/rhai_fn_rename_collision_with_itself.rs:12:15
|
--> $DIR/rhai_fn_rename_collision_with_itself.rs:12:15
|
||||||
|
|
|
|
||||||
12 | #[rhai_fn(name = "foo", name = "bar", name = "foo")]
|
12 | #[rhai_fn(name = "foo", name = "bar", name = "foo")]
|
||||||
| ^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
error[E0433]: failed to resolve: use of undeclared type or module `test_module`
|
error[E0433]: failed to resolve: use of undeclared type or module `test_module`
|
||||||
--> $DIR/rhai_fn_rename_collision_with_itself.rs:20:8
|
--> $DIR/rhai_fn_rename_collision_with_itself.rs:20:8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user