blob: 684217bbc7cf653afc1f9a3ebf359fd7a22c5b68 [file]
#![feature(no_core)]
#![no_core]
impl<'a, F> RunUntil<'a, F> {
// { dg-error "could not resolve type path" "" { target *-*-* } .-1 }
fn project<'pin>() -> Projection<'pin, 'a, F> {
// { dg-error "could not resolve type path" "" { target *-*-* } .-1 }
Self!()
// { dg-error "could not resolve macro invocation" "" { target *-*-* } .-1 }
}
}