Skip to content

Commit d8410c7

Browse files
committed
test: Swap the order of two imports in import6 to eliminate a cycle
1 parent 7e6cbf7 commit d8410c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/import6.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)