aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unsupported_item.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unsupported_item.stderr')
-rw-r--r--tests/ui/unsupported_item.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/unsupported_item.stderr b/tests/ui/unsupported_item.stderr
new file mode 100644
index 0000000..b0eae07
--- /dev/null
+++ b/tests/ui/unsupported_item.stderr
@@ -0,0 +1,5 @@
+error: distributed element must be either static or function item
+ --> tests/ui/unsupported_item.rs:9:1
+ |
+9 | extern crate std as _std;
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^