1 2 3 4 5 6
use m::f as x; //~ ERROR unresolved import `m::f` [E0432] //~^ no `f` in `m` mod m {} fn main() {}