rustdoc doesn't show that a trait bound is ~const
#91187
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
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.
For example, see https://doc.rust-lang.org/nightly/std/intrinsics/fn.const_eval_select.html. The trait bounds for
F
andG
each include~const
, and while the bounds themselves are shown,~const
is not.The text was updated successfully, but these errors were encountered: