We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cc #44524
e.g., in fn two_args<'b>(arg1: &Foo, arg2: &'b Bar) -> &'b Baz, suggest that <'b> is not necessary.
fn two_args<'b>(arg1: &Foo, arg2: &'b Bar) -> &'b Baz
<'b>