]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extern-flag/empty-extern-arg.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / extern-flag / empty-extern-arg.stderr
1 error: extern location for std does not exist: 
2
3 error: language item required, but not found: `eh_personality`
4    |
5    = 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
6    = 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`
7
8 error: `#[panic_handler]` function required, but not found
9
10 error: aborting due to 3 previous errors
11