From b5dfcbbcbe6be8ac0a54e14eb8aeb0557b58f55d Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Fri, 23 Sep 2022 05:55:37 +0300 Subject: feat(ops): Fallible fast ops (#15989) --- ops/tests/compile_fail/unsupported.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ops/tests/compile_fail/unsupported.rs') diff --git a/ops/tests/compile_fail/unsupported.rs b/ops/tests/compile_fail/unsupported.rs index 52d55de5b..5856d72ef 100644 --- a/ops/tests/compile_fail/unsupported.rs +++ b/ops/tests/compile_fail/unsupported.rs @@ -2,11 +2,6 @@ use deno_ops::op; -#[op(fast)] -fn op_result_return(a: i32, b: i32) -> Result<(), ()> { - a + b -} - #[op(fast)] fn op_u8_arg(a: u8, b: u8) { // -- cgit v1.2.3