I stared at this for a while
$ rustc --target=x86_64_unknown-linux-musl src/main.rs
error: can't find crate for `std` [E0463]
error: aborting due to previous error
before realizing I had typod the target triple. If the target had been validated earlier the error would be more obvious.