diff options
Diffstat (limited to 'ops/tests/compile_fail/unsupported.stderr')
-rw-r--r-- | ops/tests/compile_fail/unsupported.stderr | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ops/tests/compile_fail/unsupported.stderr b/ops/tests/compile_fail/unsupported.stderr deleted file mode 100644 index 68c9f7f16..000000000 --- a/ops/tests/compile_fail/unsupported.stderr +++ /dev/null @@ -1,31 +0,0 @@ -error: custom attribute panicked - --> tests/compile_fail/unsupported.rs:5:1 - | -5 | #[op(fast)] - | ^^^^^^^^^^^ - | - = help: message: op cannot be a fast api. enforced by #[op(fast)] - -error: custom attribute panicked - --> tests/compile_fail/unsupported.rs:10:1 - | -10 | #[op(fast)] - | ^^^^^^^^^^^ - | - = help: message: op cannot be a fast api. enforced by #[op(fast)] - -error: custom attribute panicked - --> tests/compile_fail/unsupported.rs:15:1 - | -15 | #[op(fast)] - | ^^^^^^^^^^^ - | - = help: message: op cannot be a fast api. enforced by #[op(fast)] - -error: custom attribute panicked - --> tests/compile_fail/unsupported.rs:20:1 - | -20 | #[op(fast)] - | ^^^^^^^^^^^ - | - = help: message: async op cannot be a fast api. enforced by #[op(fast)] |