error[E0308]: mismatched types --> $DIR/export_mod_raw_return.rs:12:8 | 9 | #[export_module] | ---------------- expected `Result>` because of return type ... 12 | pub fn test_fn(input: Point) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `bool` | = note: expected enum `Result>` found type `bool`