about summary refs log tree commit diff
path: root/tests/ui/dep-graph/dep-graph-dump.rs
blob: 5dc05045e828198e1a11825a445331b222c87c77 (plain)
1
2
3
4
5
6
7
8
// Test dump-dep-graph requires query-dep-graph enabled

//@ incremental
//@ compile-flags: -Z dump-dep-graph

fn main() {}

//~? ERROR can't dump dependency graph without `-Z query-dep-graph`