Files
rust/compiler/rustc_borrowck/src
Aaron Hill 611a06a375 Add an explicit Span field to OutlivesConstraint
Previously, we would retrieve the span from the `Body` using
the `locations` field. However, we may end up changing the
`locations` field when moving a constraint from a promoted
to a different body.

We now store the original `Span` in a dedication field, so that
changes to the `locations` do not affect the quality of our
diagnostics.
2022-04-19 23:42:20 -04:00
..
2022-04-05 07:01:00 +01:00
2022-04-11 08:55:03 -04:00
2022-04-11 08:55:03 -04:00
2022-04-11 08:55:03 -04:00
2022-02-15 16:19:59 +11:00