rust/src/test/ui/impl-header-lifetime-elision
Aaron Hill 3c974adb4c
Note specific regions involved in 'borrowed data escapes' error
Fixes #67007

Currently, a 'borrowed data escapes' error does not mention
the specific lifetime involved (except indirectly through a suggestion
about adding a lifetime bound). We now explain the specific lifetime
relationship that failed to hold, which improves otherwise vague
error messages.
2021-10-05 13:25:03 -05:00
..
assoc-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
assoc-type.stderr Use more accurate spans when proposing adding lifetime to item 2021-08-18 10:25:15 +00:00
dyn-trait.nll.stderr Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
dyn-trait.rs Further tweak wording of E0759 and introduce E0767 2020-07-22 12:25:54 -07:00
dyn-trait.stderr Further tweak wording of E0759 and introduce E0767 2020-07-22 12:25:54 -07:00
explicit-and-elided-same-header.rs Remove licenses 2018-12-25 21:08:33 -07:00
inherent-impl.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
path-elided.rs Disallow non-explicit elided lifetimes in async fn 2019-05-01 18:34:49 -07:00
path-elided.stderr Better errors when we don't have implicit statics in trait objects 2021-07-19 23:46:11 -04:00
path-underscore.rs Remove licenses 2018-12-25 21:08:33 -07:00
ref-underscore.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-elided.rs Disallow non-explicit elided lifetimes in async fn 2019-05-01 18:34:49 -07:00
trait-elided.stderr Better errors when we don't have implicit statics in trait objects 2021-07-19 23:46:11 -04:00
trait-underscore.rs Remove licenses 2018-12-25 21:08:33 -07:00