mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
12 lines
414 B
Rust
12 lines
414 B
Rust
// This is a regression test for issue #89119: an issue in intercrate mode caching.
|
|
//
|
|
// It requires multiple crates, of course, but the bug is triggered by the code in the dependency,
|
|
// not the main crate. This is why this file is empty.
|
|
//
|
|
// The auxiliary crate used in the test contains the code minimized from `zvariant-2.8.0`.
|
|
|
|
//@ check-pass
|
|
//@ aux-build: issue_89119_intercrate_caching.rs
|
|
|
|
fn main() {}
|