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.
Uh oh!
There was an error while loading. Please reload this page.
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: