summaryrefslogtreecommitdiff
path: root/ops/tests/compile_fail/unsupported.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'ops/tests/compile_fail/unsupported.stderr')
-rw-r--r--ops/tests/compile_fail/unsupported.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/ops/tests/compile_fail/unsupported.stderr b/ops/tests/compile_fail/unsupported.stderr
index 5dccead46..85f745963 100644
--- a/ops/tests/compile_fail/unsupported.stderr
+++ b/ops/tests/compile_fail/unsupported.stderr
@@ -1,11 +1,3 @@
-error: fast async calls are not supported
- --> tests/compile_fail/unsupported.rs:22:1
- |
-22 | #[op(fast)]
- | ^^^^^^^^^^^
- |
- = note: this error originates in the attribute macro `op` (in Nightly builds, run with -Z macro-backtrace for more info)
-
error[E0277]: the trait bound `&mut FastApiCallbackOptions<'_>: Deserialize<'_>` is not satisfied
--> tests/compile_fail/unsupported.rs:17:1
|