rust/src/test
Matthias Krüger aef9eb50cd
Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=jackh726
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.

This helps with #96332
2022-04-24 18:00:27 +02:00
..
assembly
auxiliary
codegen Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry 2022-04-20 18:26:01 +02:00
codegen-units
debuginfo debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is enabled (instead of custom basic type). 2022-04-22 14:59:35 +02:00
incremental Bless incremental tests. 2022-04-23 09:59:27 +02:00
mir-opt Rollup merge of #96236 - Aaron1011:constraint-debug, r=jackh726 2022-04-21 01:14:17 +02:00
pretty Bless pretty-print output. 2022-04-23 23:03:18 +02:00
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez 2022-04-20 13:34:48 +00:00
rustdoc-gui * Greatly improve the rustdoc search parser source code 2022-04-18 20:59:08 +02:00
rustdoc-js Improve documentation and add some explanations in the code 2022-04-18 20:59:09 +02:00
rustdoc-js-std Correctly handle single : 2022-04-18 23:11:42 +02:00
rustdoc-json
rustdoc-ui rustdoc: Unindent doc fragments on Attributes construction 2022-04-21 16:13:02 +03:00
ui Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=jackh726 2022-04-24 18:00:27 +02:00
ui-fulldeps
COMPILER_TESTS.md