2023-01-15 18:42:04 +01:00
|
|
|
// Test dump-dep-graph requires query-dep-graph enabled
|
|
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ incremental
|
|
|
|
|
//@ compile-flags: -Z dump-dep-graph
|
2023-01-15 18:42:04 +01:00
|
|
|
|
|
|
|
|
fn main() {}
|
2025-03-23 15:50:51 +03:00
|
|
|
|
|
|
|
|
//~? ERROR can't dump dependency graph without `-Z query-dep-graph`
|