From 09f8b13f2d409256f9952547447dadd0a14080cf Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 20 Oct 2020 11:10:46 +0800 Subject: [PATCH] Fix test output. --- codegen/ui_tests/export_fn_raw_return.stderr | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/codegen/ui_tests/export_fn_raw_return.stderr b/codegen/ui_tests/export_fn_raw_return.stderr index f570fda9..7fbb58dc 100644 --- a/codegen/ui_tests/export_fn_raw_return.stderr +++ b/codegen/ui_tests/export_fn_raw_return.stderr @@ -8,14 +8,3 @@ error[E0308]: mismatched types | = note: expected enum `std::result::Result>` found type `bool` - -error[E0308]: mismatched types - --> $DIR/export_fn_raw_return.rs:10:33 - | -9 | #[export_fn(return_raw)] - | ------------------------ expected `std::result::Result>` 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>` - found type `bool`