blob: c45acfcf9d32ed2d6f7dcabbfe58359ea21d64bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|