blob: 25808efdfa6993e94c45af96bfd0878e1598f4ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error[E0463]: can't find crate for `core`
--> $DIR/missing-std.rs:5:1
|
LL | extern crate core;
| ^^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-unknown-uefi` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-unknown-uefi`
= help: consider building the standard library from source with `cargo build -Zbuild-std`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
|