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