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 44ce7c2 commit b14e16cCopy full SHA for b14e16c
gcc/testsuite/rust/compile/import_wildcards.rs
@@ -0,0 +1,8 @@
1
+mod x {}
2
+
3
+mod y {}
4
5
+fn main() {
6
+ use x as _;
7
+ use y as _;
8
+}
0 commit comments