mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 11:25:06 +00:00
7 lines
87 B
Rust
7 lines
87 B
Rust
|
fn foo()
|
||
|
where
|
||
|
'a: 'b + 'c,
|
||
|
T: Clone + Copy + 'static,
|
||
|
Iterator::Item: 'a,
|
||
|
{}
|