Skip to content

Commit 9386c2d

Browse files
committed
test: Swap the order of two imports in import7 to eliminate another cycle
1 parent d8410c7 commit 9386c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/import7.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import bar::baz;
21
import foo::zed;
2+
import bar::baz;
33
mod foo {
44
mod zed {
55
fn baz() { #debug("baz"); }

0 commit comments

Comments
 (0)