rust/compiler/rustc_infer
marmeladema 7b0db3e7c8 Improve span for consider adding an explicit lifetime bound suggestions under NLL
Because NLL borrowck is run after typeck, `in_progress_typeck_results`
was always `None` which was preventing the retrieval of the span to which
the suggestion is suppose to add the lifetime bound.

We now manually pass the `LocalDefId` owner to `construct_generic_bound_failure`
so that under NLL, we give the owner id of the current body.
2022-04-24 09:34:50 +02:00
..
src Improve span for consider adding an explicit lifetime bound suggestions under NLL 2022-04-24 09:34:50 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00