summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/issue-89119.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/traits/issue-89119.rs')
-rw-r--r--src/test/ui/traits/issue-89119.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ui/traits/issue-89119.rs b/src/test/ui/traits/issue-89119.rs
new file mode 100644
index 000000000..170f69915
--- /dev/null
+++ b/src/test/ui/traits/issue-89119.rs
@@ -0,0 +1,11 @@
+// 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() {}