]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-49851/compiler-builtins-error.stderr
Rollup merge of #87354 - Wind-River:2021_master, r=kennytm
[rust.git] / src / test / ui / issues / issue-49851 / compiler-builtins-error.stderr
1 error[E0463]: can't find crate for `core`
2    |
3    = note: the `thumbv7em-none-eabihf` target may not be installed
4    = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
5    = help: consider building the standard library from source with `cargo build -Zbuild-std`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0463`.