summaryrefslogtreecommitdiffstats
path: root/src/test/ui/used.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/used.stderr')
-rw-r--r--src/test/ui/used.stderr26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/ui/used.stderr b/src/test/ui/used.stderr
deleted file mode 100644
index ea77f129d..000000000
--- a/src/test/ui/used.stderr
+++ /dev/null
@@ -1,26 +0,0 @@
-error: attribute must be applied to a `static` variable
- --> $DIR/used.rs:4:1
- |
-LL | #[used]
- | ^^^^^^^
-
-error: attribute must be applied to a `static` variable
- --> $DIR/used.rs:7:1
- |
-LL | #[used]
- | ^^^^^^^
-
-error: attribute must be applied to a `static` variable
- --> $DIR/used.rs:10:1
- |
-LL | #[used]
- | ^^^^^^^
-
-error: attribute must be applied to a `static` variable
- --> $DIR/used.rs:13:1
- |
-LL | #[used]
- | ^^^^^^^
-
-error: aborting due to 4 previous errors
-