blob: 354f9914d44311df0c20c1625f20167ae67dde84 [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/33293
fn main() {
match 0 {
aaa::bbb(_) => ()
//~^ ERROR failed to resolve: use of unresolved module or unlinked crate `aaa`
};
}