| error[E0277]: `{integer}` is not a tuple |
| --> $DIR/non_tuple_args.rs:7:5 |
| | |
| LL | core::offload::offload! { kernel = kernel_0, args = 42 } |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the nightly-only, unstable trait `std::marker::Tuple` is not implemented for `{integer}` |
| | |
| note: required by a bound in `offload` |
| --> $SRC_DIR/core/src/intrinsics/mod.rs:LL:COL |
| = note: this error originates in the macro `$crate::offload` which comes from the expansion of the macro `core::offload::offload` (in Nightly builds, run with -Z macro-backtrace for more info) |
| |
| error: aborting due to 1 previous error |
| |
| For more information about this error, try `rustc --explain E0277`. |