]> git.lizzy.rs Git - rust.git/blob - tests/ui/traits/issue-89119.rs
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / 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() {}