rust/src/test
Dylan DPC a0ba15bfab
Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez
Remove extra space before a where clause

Remove extra space before where clause in the generated documentation.

The fix is to move the space before the break-line so that it doesn't appear visually but is still here. Removing it completely would create things like this `impl<D> Delta<D>where D: MyTrait` (missing a space before the where) which I don't think we want.

Added two regression test, first one test that the `<br>` is after the space and the second check that the `<br>` is before the spaces.

Before:
![image](https://user-images.githubusercontent.com/3616612/162475212-d4bb6727-ed66-4a55-a4a2-4f55189bf8bd.png)

After:
![image](https://user-images.githubusercontent.com/3616612/162475467-508fd082-60a7-4a8c-b693-8b188e8843e6.png)

r? ``@GuillaumeGomez``
2022-04-19 22:57:40 +02:00
..
assembly Update tests for sym support in global_asm! 2022-04-16 06:11:51 +02:00
auxiliary
codegen Rollup merge of #95740 - Amanieu:kreg0, r=nagisa 2022-04-19 22:57:39 +02:00
codegen-units
debuginfo debuginfo: Fix debuginfo for Box<T> where T is unsized. 2022-03-24 11:12:41 +01:00
incremental Bless tests. 2022-04-12 22:44:19 +02:00
mir-opt Update inline-into-box-place test output 2022-04-14 19:35:44 +02:00
pretty Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix 2022-04-16 19:42:00 +02:00
run-make Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez 2022-04-13 17:35:32 +02:00
run-make-fulldeps Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix 2022-04-16 07:12:42 +02:00
run-pass-valgrind
rustdoc Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez 2022-04-19 22:57:40 +02:00
rustdoc-gui clarify doc(cfg) wording 2022-04-14 21:12:13 -04:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Update macro:print typed-query rustdoc test to include pin! results 2022-02-14 16:56:37 +01:00
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot 2022-04-16 14:25:55 +02:00
ui Rollup merge of #95740 - Amanieu:kreg0, r=nagisa 2022-04-19 22:57:39 +02:00
ui-fulldeps macros: support translatable suggestions 2022-04-05 07:01:03 +01:00
COMPILER_TESTS.md