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