mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
9 lines
193 B
Rust
9 lines
193 B
Rust
// 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`
|