summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr')
-rw-r--r--tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr50
1 files changed, 0 insertions, 50 deletions
diff --git a/tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr b/tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr
deleted file mode 100644
index 01ebc23c8..000000000
--- a/tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr
+++ /dev/null
@@ -1,50 +0,0 @@
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:3:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:7:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:11:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:15:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:20:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:25:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:30:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: `#[do_not_recommend]` can only be placed on trait implementations
- --> $DIR/incorrect-locations.rs:35:1
- |
-LL | #[do_not_recommend]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to 8 previous errors
-