We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221c33a commit 5fc113dCopy full SHA for 5fc113d
src/test/ui/issues/issue-56128.rs
@@ -1,5 +1,7 @@
1
// Regression test for #56128. When this `pub(super) use...` gets
2
// exploded in the HIR, we were not handling ids correctly.
3
+//
4
+// compile-pass
5
6
mod bar {
7
pub(super) use self::baz::{x, y};
0 commit comments