2018-08-08 14:28:26 +02:00
|
|
|
error[E0463]: can't find crate for `std`
|
|
|
|
|
|
|
|
|
= note: the `thumbv6m-none-eabi` target may not be installed
|
2021-07-22 02:04:05 +00:00
|
|
|
= help: consider downloading the target with `rustup target add thumbv6m-none-eabi`
|
|
|
|
= help: consider building the standard library from source with `cargo build -Zbuild-std`
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2024-03-06 16:45:43 -05:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0463`.
|