summaryrefslogtreecommitdiffstats
path: root/tests/ui/dep-graph/dep-graph-dump.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/dep-graph/dep-graph-dump.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ui/dep-graph/dep-graph-dump.rs b/tests/ui/dep-graph/dep-graph-dump.rs
new file mode 100644
index 000000000..cbc4def0e
--- /dev/null
+++ b/tests/ui/dep-graph/dep-graph-dump.rs
@@ -0,0 +1,6 @@
+// Test dump-dep-graph requires query-dep-graph enabled
+
+// incremental
+// compile-flags: -Z dump-dep-graph
+
+fn main() {}