Tau Gärtli
|
4e48768908
|
rustdoc: Extend fake_variadic to "wrapped" tuples
This allows impls such as `impl QueryData for OneOf<(T,)>`
to be displayed as variadic: `impl QueryData for OneOf<(T₁, T₂, …, Tₙ)>`.
See question on zulip:
<https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/Make.20.60.23.5Bdoc.28fake_variadic.29.5D.60.20more.20useful>
|
2024-10-24 18:50:55 +02:00 |
|
Michael Howell
|
6df0ccf49e
|
rustdoc: clean up tuple <-> primitive conversion docs
This adds a minor missing feature to `fake_variadic`,
so that it can render `impl From<(T,)> for [T; 1]` correctly.
|
2024-08-24 14:06:57 -07:00 |
|
Guillaume Gomez
|
1b67035579
|
Update tests/rustdoc to new test syntax
|
2024-06-24 11:08:41 +02:00 |
|
许杰友 Jieyou Xu (Joe)
|
6e48b96692
|
[AUTO_GENERATED] Migrate compiletest to use ui_test -style //@ directives
|
2024-02-22 16:04:04 +00:00 |
|
Michael Howell
|
5f98a7f00e
|
rustdoc: use the same URL escape rules for fragments as for examples
|
2023-02-03 17:58:26 -07:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|