]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3278/version_two.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / tools / rustfmt / tests / target / issue-3278 / version_two.rs
1 // rustfmt-version: Two
2
3 pub fn parse_conditional<'a, I: 'a>()
4 -> impl Parser<Input = I, Output = Expr, PartialState = ()> + 'a
5 where
6     I: Stream<Item = char>,
7 {
8 }