Closed
Description
Currently, there is a future compat warning firing when building the codebase:
warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present
--> src/rules_and_declarations.rs:537:30
|
537 | parse_until_before::<'i, 't, _, _, _>(input, Delimiter::CurlyBracketBlock, |input| {
| ^^
|
::: src/parser.rs:959:13
|
959 | parser: &mut Parser<'i, 't>,
| - the late bound lifetime parameter is introduced here
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #42868 <https://github.com/rust-lang/rust/issues/42868>
Metadata
Metadata
Assignees
Labels
No labels