From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- tests/ui/issues/issue-37131.stderr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/ui/issues/issue-37131.stderr (limited to 'tests/ui/issues/issue-37131.stderr') diff --git a/tests/ui/issues/issue-37131.stderr b/tests/ui/issues/issue-37131.stderr new file mode 100644 index 000000000..9ecae3e7a --- /dev/null +++ b/tests/ui/issues/issue-37131.stderr @@ -0,0 +1,11 @@ +error[E0463]: can't find crate for `std` + | + = note: the `thumbv6m-none-eabi` target may not be installed + = help: consider downloading the target with `rustup target add thumbv6m-none-eabi` + = help: consider building the standard library from source with `cargo build -Zbuild-std` + +error: requires `sized` lang_item + +error: aborting due to 2 previous errors + +For more information about this error, try `rustc --explain E0463`. -- cgit v1.2.3