]> git.lizzy.rs Git - rust.git/blob - crates/parser/test_data/parser/err/0027_incomplere_where_for.rs
Merge #11461
[rust.git] / crates / parser / test_data / parser / err / 0027_incomplere_where_for.rs
1 fn foo()
2     where for<'a>
3 {}