error[: mismatched types
╭▸ /rustc/73dc9167f1cd099e525c9ade2e068d1907b78564/library/std/src/sys/process/motor.rs:149:13
│
149 │ let (handle, stdin, stdout, stderr) =
│ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ expected `SpawnResult`, found `(_, _, _, _)`
150 │ moto_rt::process::spawn(args).map_err(map_motor_error)?;
│ ─────────────────────────────────────────────────────── this expression has type `SpawnResult`
│
╰ note: expected struct `SpawnResult`
found tuple `(_, _, _, _)`
For more information about this error, try `rustc --explain E0308`.
error: could not compile `std` (lib) due to 1 previous error
rustc 1.99.0-nightly (73dc916 2026-08-01)
target: x86_64-unknown-motor
build with
-Zbuild-std