summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-37131.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-37131.stderr')
-rw-r--r--tests/ui/issues/issue-37131.stderr11
1 files changed, 11 insertions, 0 deletions
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`.