blob: 8b9a3913c7e62f98ce91adaf169186e9c2c179e9 [file] [log] [blame]
//@ known-bug: rust-lang/rust#125843
#![feature(non_lifetime_binders)]
trait v0<> {}
fn kind :(v3main impl for<v4> v0<'_, v2 = impl v0<v4> + '_>) {}