Sign in
rust
/
rustfmt
/
refs/heads/rust-1.46
/
.
/
tests
/
source
/
issue-3278
/
version_two.rs
blob: c17b1742d396b8c00693a65a2764f2f68ed5a0d6 [
file
] [
log
] [
blame
]
// rustfmt-version: Two
pub
fn
parse_conditional
<
'a, I: '
a
>()
->
impl
Parser
<
Input
=
I
,
Output
=
Expr
,
PartialState
=
()>
+
'
a
where
I
:
Stream
<
Item
=
char
>,
{
}