Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3278
/
version_one.rs
blob: 718a32b4c7e1c6b58a0c16d9700223f6fb295818 [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2015
pub
fn
parse_conditional
<
'a, I: '
a
>(
)
->
impl
Parser
<
Input
=
I
,
Output
=
Expr
,
PartialState
=
()>
+
'
a
where
I
:
Stream
<
Item
=
char
>,
{
}