Rustdoc generic array impl doesnt show length #61487
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The following code:
produces the following docpage:
https://imge.to/i/vedzx
Obviously the
N
is missing in the specification for what type the trait is implemented..for [T; _]
The text was updated successfully, but these errors were encountered: