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