Guillaume Gomez
1b67035579
Update tests/rustdoc
to new test syntax
2024-06-24 11:08:41 +02:00
Michael Goulet
dbfed2c43e
Add failing test for cross-crate enum in type alias
2024-05-19 20:13:18 -04: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
c910a49b05
rustdoc: remove small from small-section-header
...
There's no such thing as a big section header, so I don't know why the
name was used.
2023-11-29 13:40:07 -07:00
Urgau
706d010c8b
rustdoc: always print type alias inner type (with it's where clauses)
2023-08-28 14:03:33 +02:00
Urgau
282acb93c9
rustdoc: remove details for type alias inner type and fix sidebar
2023-08-26 00:15:03 +02:00
Urgau
9443f84745
rustdoc: normalize all typedef inner types
2023-08-26 00:15:03 +02:00
Urgau
af6889c28c
rustdoc: bind typedef inner type items to the folding system
...
This let's us handle a multitude of things for free:
- #[doc(hidden)]
- private fields/variants
- --document-private-items
- --document-hidden-items
And correct in the process the determination of "has stripped items" by
doing the same logic done by other ones.
2023-08-26 00:15:02 +02:00
Urgau
6b3bba8c3e
rustdoc: handle typedef inner type when doing cross-crate inlining
2023-08-26 00:15:02 +02:00
Urgau
2c35abe37c
rustdoc: show inner enum and struct in type definition for concrete type
2023-08-26 00:14:49 +02:00