]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/missing-std.stderr
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / src / test / ui / crate-loading / missing-std.stderr
1 error[E0463]: can't find crate for `core`
2   --> $DIR/missing-std.rs:6:1
3    |
4 LL | extern crate core;
5    | ^^^^^^^^^^^^^^^^^^ can't find crate
6    |
7    = note: the `x86_64-unknown-uefi` target may not be installed
8    = help: consider downloading the target with `rustup target add x86_64-unknown-uefi`
9    = help: consider building the standard library from source with `cargo build -Zbuild-std`
10
11 error: requires `sized` lang_item
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0463`.