2020-12-28 11:15:16 -06:00
|
|
|
error: extern location for std does not exist:
|
|
|
|
|
2022-07-08 10:45:55 -05:00
|
|
|
error: `#[panic_handler]` function required, but not found
|
|
|
|
|
2021-11-26 14:37:56 -06:00
|
|
|
error: language item required, but not found: `eh_personality`
|
2021-12-11 20:04:00 -06: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 14:37:56 -06:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2020-12-28 11:15:16 -06:00
|
|
|
|