mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
32 lines
766 B
Text
32 lines
766 B
Text
|
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)]
|