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 d8410c7 commit 9386c2dCopy full SHA for 9386c2d
src/test/run-pass/import7.rs
@@ -1,5 +1,5 @@
1
-import bar::baz;
2
import foo::zed;
+import bar::baz;
3
mod foo {
4
mod zed {
5
fn baz() { #debug("baz"); }
0 commit comments