1 2 3 4 5 6 7 8
use zoo::fly; //~ ERROR failed to resolve import mod zoo { priv fn fly() {} } fn main() {}