rustdoc: confusing use of "type" #75623
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-type-based-search
Area: Searching rustdoc pages using type signatures
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The rustdoc help says
However, in Rust lingo,
struct
orenum
isn't a "type".Vec<i32>
is a type. Andmacro
,trait
andconst
certainly aren't "types".IMO this should at least be qualified to something like "item type", but I think "item kind" would be even better.
The text was updated successfully, but these errors were encountered: