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