// error-pattern:unresolved import spam::{ham, eggs}; mod spam { fn ham() { } } fn main() { ham(); eggs(); }