We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.