]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/issue-89119.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / traits / issue-89119.rs
1 // This is a regression test for issue #89119: an issue in intercrate mode caching.
2 //
3 // It requires multiple crates, of course, but the bug is triggered by the code in the dependency,
4 // not the main crate. This is why this file is empty.
5 //
6 // The auxiliary crate used in the test contains the code minimized from `zvariant-2.8.0`.
7
8 // check-pass
9 // aux-build: issue_89119_intercrate_caching.rs
10
11 fn main() {}