Send/Sync type parameters come after const parameters in docs #61292
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-const_generics
`#![feature(const_generics)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
rust/src/test/rustdoc/generic-const.rs
Lines 12 to 13 in 7212685
Const parameters should always be trailing (at least with respect to type/lifetime parameters). I'm not sure whether this is specifically a rustdoc issue or not yet.
The text was updated successfully, but these errors were encountered: