mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
16 lines
345 B
Text
16 lines
345 B
Text
|
error: custom attribute panicked
|
||
|
--> tests/compile_fail/mem_slices.rs:10:1
|
||
|
|
|
||
|
10 | #[op]
|
||
|
| ^^^^^
|
||
|
|
|
||
|
= help: message: Memory slices are not allowed in async ops
|
||
|
|
||
|
error: custom attribute panicked
|
||
|
--> tests/compile_fail/mem_slices.rs:15:1
|
||
|
|
|
||
|
15 | #[op]
|
||
|
| ^^^^^
|
||
|
|
|
||
|
= help: message: Memory slices are not allowed in async ops
|