// check-pass#![allow(dead_code)]#![allow(unused_imports)]// These crossed imports should resolve fine, and not block on// each other and be reported as unresolved.moda{useb::{B};pubuseself::inner::A;modinner{pubstructA;}}modb{usea::{A};pubuseself::inner::B;modinner{pubstructB;}}fnmain(){}