aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.rs
blob: 423bc105bd7b4ad54fad0ffa9a912f32a99ab282 (plain)
1
2
3
4
fn for_trait<F>()
where
   for<'a> F: Fn(&'a str)
{ }