blob: fc2238787b6074c50078ff8afe0561b885795204 [file]
#![feature(no_core)]
#![no_core]
impl NonExistant {
// { dg-error "could not resolve" "" { target *-*-* } .-1 }
fn test() {}
}
impl NotFound for NonExistant {
// { dg-error "could not resolve" "" { target *-*-* } .-1 }
fn test() {}
}
trait A {}
impl A for NotFound {}
// { dg-error "could not resolve" "" { target *-*-* } .-1 }