mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
8 lines
308 B
Rust
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.
|