rust/src/test
Matthias Krüger 21c8447d78
Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=notriddle
Remove unneeded where whitespace

It fixes these two bugs:

![Screenshot from 2022-08-31 18-14-40](https://user-images.githubusercontent.com/3050060/187727950-94657419-abfa-454c-9d27-004280fbcb45.png)
![Screenshot from 2022-08-31 18-14-49](https://user-images.githubusercontent.com/3050060/187727956-21d1b39d-62d7-4e7b-8f6f-631ceda67a19.png)

It's a relic from a very old time (this commit: bfd01b7f40).

You can test the result [here](https://rustdoc.crud.net/imperio/remove-unneeded-where-whitespace/lib2/struct.WhereWhitespace.html).

cc `````````@jsha`````````
r? `````````@notriddle`````````
2022-09-01 21:37:11 +02:00
..
assembly Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm 2022-08-21 16:54:01 +02:00
auxiliary
codegen Auto merge of #100707 - dzvon:fix-typo, r=davidtwco 2022-09-01 05:39:58 +00:00
codegen-units Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
debuginfo Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser 2022-08-28 09:35:12 +02:00
incremental Fix a bunch of typo 2022-08-31 18:24:55 +08:00
mir-opt Fix a bunch of typo 2022-08-31 18:24:55 +08:00
pretty Add pp-exact test involving where T: 2022-06-16 17:03:47 -07:00
run-make Fix a bunch of typo 2022-08-31 18:24:55 +08:00
run-make-fulldeps Fix a bunch of typo 2022-08-31 18:24:55 +08:00
run-pass-valgrind Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
rustdoc Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=notriddle 2022-09-01 21:37:11 +02:00
rustdoc-gui Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=notriddle 2022-09-01 21:37:11 +02:00
rustdoc-js rustdoc: also index raw pointers 2022-05-31 11:21:55 -07:00
rustdoc-js-std
rustdoc-json rustdoc: Resugar async fn return type in clean, not html 2022-08-30 18:09:04 +01:00
rustdoc-ui Fix a bunch of typo 2022-08-31 18:24:55 +08:00
ui Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix 2022-09-01 21:37:07 +02:00
ui-fulldeps Adjust stderr file 2022-09-01 14:54:27 +00:00
COMPILER_TESTS.md