Files
rust/tests/ui/dep-graph/query-dep-graph-empty.rs
T
2026-02-28 11:47:52 +00:00

8 lines
308 B
Rust

//@ build-pass
//@ compile-flags: -Zquery-dep-graph --crate-type lib
//@ edition: 2021
// This file is intentionally left empty to reproduce issue #153199.
// rustc used to ICE when generating a dependency graph for an empty file
// because early queries would panic when unwrapping an uninitialized graph.