2022-08-21 17:37:53 +05:30
|
|
|
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
|
2022-09-23 05:55:37 +03:00
|
|
|
--> tests/compile_fail/unsupported.rs:17:1
|
2022-08-21 17:37:53 +05:30
|
|
|
|
|
2022-09-23 05:55:37 +03:00
|
|
|
17 | #[op(fast)]
|
2022-08-21 17:37:53 +05:30
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: message: op cannot be a fast api. enforced by #[op(fast)]
|
|
|
|
|
|
|
|
error: custom attribute panicked
|
2022-09-01 15:53:06 +05:30
|
|
|
--> tests/compile_fail/unsupported.rs:22:1
|
2022-08-21 17:37:53 +05:30
|
|
|
|
|
2022-09-01 15:53:06 +05:30
|
|
|
22 | #[op(fast)]
|
2022-08-21 17:37:53 +05:30
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: message: async op cannot be a fast api. enforced by #[op(fast)]
|
2022-09-01 15:53:06 +05:30
|
|
|
|
|
|
|
warning: unused import: `deno_core::v8::fast_api::FastApiCallbackOptions`
|
2022-09-23 05:55:37 +03:00
|
|
|
--> tests/compile_fail/unsupported.rs:15:5
|
2022-09-01 15:53:06 +05:30
|
|
|
|
|
2022-09-23 05:55:37 +03:00
|
|
|
15 | use deno_core::v8::fast_api::FastApiCallbackOptions;
|
2022-09-01 15:53:06 +05:30
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(unused_imports)]` on by default
|