ffaf3d2567
add structured suggestions and fix false-positive for elided-lifetimes-in-paths lint
This adds structured suggestions to the elided-lifetimes-in-paths lint (introduced in Nov. 2017's #46254), prevents it from emitting a false-positive on anonymous (underscore) lifetimes (!), and adds it to the idioms-2018 group (#52041).
~~As an aside, "elided-lifetimes-in-paths" seems like an unfortunate name, because it's not clear exactly what "elided" means. The motivation for this lint (see original issue #45992, and [RFC 2115](
|
||
---|---|---|
.. | ||
impl | ||
E0687_where.rs | ||
E0687_where.stderr | ||
E0687.rs | ||
E0687.stderr | ||
E0688.rs | ||
E0688.stderr | ||
elided-lifetimes.fixed | ||
elided-lifetimes.rs | ||
elided-lifetimes.stderr | ||
mismatched_trait_impl-2.rs | ||
mismatched_trait_impl-2.stderr | ||
mismatched_trait_impl.rs | ||
mismatched_trait_impl.stderr | ||
mismatched_trait.nll.stderr | ||
mismatched_trait.rs | ||
mismatched_trait.stderr | ||
mismatched.nll.stderr | ||
mismatched.rs | ||
mismatched.stderr | ||
mut_while_borrow.nll.stderr | ||
mut_while_borrow.rs | ||
mut_while_borrow.stderr | ||
no_in_band_in_struct.rs | ||
no_in_band_in_struct.stderr | ||
no_introducing_in_band_in_locals.rs | ||
no_introducing_in_band_in_locals.stderr | ||
shadow.rs | ||
shadow.stderr |