summaryrefslogtreecommitdiffstats
path: root/src/test/ui/dep-graph/dep-graph-check-attr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/dep-graph/dep-graph-check-attr.stderr')
-rw-r--r--src/test/ui/dep-graph/dep-graph-check-attr.stderr26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/ui/dep-graph/dep-graph-check-attr.stderr b/src/test/ui/dep-graph/dep-graph-check-attr.stderr
deleted file mode 100644
index 46f4e4358..000000000
--- a/src/test/ui/dep-graph/dep-graph-check-attr.stderr
+++ /dev/null
@@ -1,26 +0,0 @@
-error: attribute requires -Z query-dep-graph to be enabled
- --> $DIR/dep-graph-check-attr.rs:8:1
- |
-LL | #[rustc_clean(hir_owner)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: attribute requires -Z query-dep-graph to be enabled
- --> $DIR/dep-graph-check-attr.rs:11:1
- |
-LL | #[rustc_if_this_changed(hir_owner)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: attribute requires -Z query-dep-graph to be enabled
- --> $DIR/dep-graph-check-attr.rs:16:1
- |
-LL | #[rustc_clean(hir_owner)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: attribute requires -Z query-dep-graph to be enabled
- --> $DIR/dep-graph-check-attr.rs:19:1
- |
-LL | #[rustc_then_this_would_need(variances_of)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to 4 previous errors
-