blob: 6f4c31e57a3745e985e9c4576f1a9813e9071f95 [file] [log] [blame] [edit]
struct X<'a, T>(&'a T);
impl X<'_, _> {}
//~^ ERROR the placeholder `_` is not allowed within types on item signatures for implementations
fn main() {}