rust/tests/data/parser/inline/0098_where_clause.rs
2018-08-08 19:31:44 +03:00

6 lines
87 B
Rust

fn foo()
where
'a: 'b + 'c,
T: Clone + Copy + 'static,
Iterator::Item: 'a,
{}