rust/crates/libsyntax2/tests/data/parser/inline/0098_where_clause.rs

7 lines
87 B
Rust
Raw Normal View History

2018-08-08 18:26:38 +02:00
fn foo()
where
'a: 'b + 'c,
T: Clone + Copy + 'static,
Iterator::Item: 'a,
{}