Fix test output.
This commit is contained in:
parent
92ba7b42d5
commit
09f8b13f2d
@ -8,14 +8,3 @@ error[E0308]: mismatched types
|
|||||||
|
|
|
|
||||||
= note: expected enum `std::result::Result<rhai::Dynamic, std::boxed::Box<rhai::EvalAltResult>>`
|
= note: expected enum `std::result::Result<rhai::Dynamic, std::boxed::Box<rhai::EvalAltResult>>`
|
||||||
found type `bool`
|
found type `bool`
|
||||||
|
|
||||||
error[E0308]: mismatched types
|
|
||||||
--> $DIR/export_fn_raw_return.rs:10:33
|
|
||||||
|
|
|
||||||
9 | #[export_fn(return_raw)]
|
|
||||||
| ------------------------ expected `std::result::Result<rhai::Dynamic, std::boxed::Box<rhai::EvalAltResult>>` because of return type
|
|
||||||
10 | pub fn test_fn(input: Point) -> bool {
|
|
||||||
| ^^^^ expected enum `std::result::Result`, found `bool`
|
|
||||||
|
|
|
||||||
= note: expected enum `std::result::Result<rhai::Dynamic, std::boxed::Box<rhai::EvalAltResult>>`
|
|
||||||
found type `bool`
|
|
||||||
|
Loading…
Reference in New Issue
Block a user