rust/compiler/rustc_mir/src
Guillaume Gomez fc1032647b
Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebank
Get back the more precise suggestion spans of old regionck

I noticed that when you turn on nll, the structured suggestion replaces a snippet instead of appending a snippet. It seems clearer to the user to only highlight the newly added characters instead of the entire `impl Trait` (and old regionck already does it this way).

r? ``@estebank``
2021-07-21 15:52:51 +02:00
..
borrow_check Get back the more precise suggestion spans of old regionck 2021-07-20 15:05:51 +00:00
const_eval adjustions and cleanup to make Miri build again 2021-07-15 17:14:11 +02:00
dataflow
interpret miri: better ptr-out-of-bounds errors 2021-07-18 10:38:00 +02:00
monomorphize consistently treat None-tagged pointers as ints; get rid of some deprecated Scalar methods 2021-07-14 18:17:49 +02:00
transform Iterate through impls only when permitted 2021-07-19 18:50:06 +08:00
util consistently treat None-tagged pointers as ints; get rid of some deprecated Scalar methods 2021-07-14 18:17:49 +02:00
lib.rs
shim.rs