rust/compiler/rustc_borrowck
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
..
src Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00