2020-12-28 17:15:16 +00:00
|
|
|
error: extern location for std does not exist:
|
|
|
|
|
2022-07-08 15:45:55 +00:00
|
|
|
error: `#[panic_handler]` function required, but not found
|
|
|
|
|
2021-11-26 20:37:56 +00:00
|
|
|
error: language item required, but not found: `eh_personality`
|
2021-12-12 02:04:00 +00:00
|
|
|
|
|
|
|
|
= note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library
|
|
|
|
= help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config`
|
2021-11-26 20:37:56 +00:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2020-12-28 17:15:16 +00:00
|
|
|
|