mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
5 lines
138 B
Rust
5 lines
138 B
Rust
//@ known-bug: #131535
|
|
#![feature(non_lifetime_binders)]
|
|
trait v0<> {}
|
|
fn kind :(v0<'_, > impl for<v4> v0<'_, v2 = impl v0<v4> + '_>) {}
|