rustdoc failed to pick up method summary comments in some cases #46783
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
https://doc.rust-lang.org/nightly/std/?search=max_value
i8::max_value()
,u8::max_value()
and a few others have summaries as given in the source code, buti32::max_value()
,u32::max_value()
and a few others somehow don't.This is perplexing when we recall the
max_value()
method impls are generated by macros https://github.com/rust-lang/rust/blob/master/src/libcore/num/mod.rs#L100The text was updated successfully, but these errors were encountered: