Scalable vectors cannot be members of ADTs and thus cannot be kept over await points in async functions.
8 lines
186 B
Text
8 lines
186 B
Text
error: scalable vectors cannot be held over await points
|
|
--> $DIR/async.rs:36:13
|
|
|
|
|
LL | let x = svdup_n_s32(1);
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|