about summary refs log tree commit diff
path: root/tests/ui/mir/issue-121103.rs
blob: 247c644c5bb19b480d102a7aea8ccfa78a13a112 (plain)
1
2
3
fn main(_: <lib2::GenericType<42> as lib2::TypeFn>::Output) {}
//~^ ERROR failed to resolve: use of unresolved module or unlinked crate `lib2`
//~| ERROR failed to resolve: use of unresolved module or unlinked crate `lib2`