edition lint: declarations obviated by in-band lifetimes #52045
Labels
A-edition-2018
Area: The 2018 edition
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
cc #44524
e.g., in
fn two_args<'b>(arg1: &Foo, arg2: &'b Bar) -> &'b Baz
, suggest that<'b>
is not necessary.The text was updated successfully, but these errors were encountered: