Sign in
◑
Theme
rust
/
rust
/
fb9fa4e71ffcb1fb7efe43ac1e570e7b48d86f9b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3278
/
version_two.rs
blob: eb605e509f9504ce9e88fd6d04e9fd08ec0ff2b4 [
file
]
// rustfmt-style_edition: 2024
pub
fn
parse_conditional
<
'a, I: '
a
>()
->
impl
Parser
<
Input
=
I
,
Output
=
Expr
,
PartialState
=
()>
+
'
a
where
I
:
Stream
<
Item
=
char
>,
{
}