]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37131.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / ui / issues / issue-37131.stderr
1 error[E0463]: can't find crate for `std`
2    |
3    = note: the `thumbv6m-none-eabi` target may not be installed
4    = help: consider downloading the target with `rustup target add thumbv6m-none-eabi`
5    = help: consider building the standard library from source with `cargo build -Zbuild-std`
6
7 error: requires `sized` lang_item
8
9 error: aborting due to 2 previous errors
10
11 For more information about this error, try `rustc --explain E0463`.