]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-3278/version_two.rs
bump version to 1.79.0+dfsg1-1~bpo12+pve2
[rustc.git] / src / tools / rustfmt / tests / target / issue-3278 / version_two.rs
CommitLineData
f20569fa
XL
1// rustfmt-version: Two
2
3pub fn parse_conditional<'a, I: 'a>()
4-> impl Parser<Input = I, Output = Expr, PartialState = ()> + 'a
5where
6 I: Stream<Item = char>,
7{
8}