rustdoc cannot inline associated data type #124596
Labels
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: rustdoc can resolve
type Error
asstd::array::TryFromSliceError
Instead, this happened: rustdoc can't inline type (i.e. it shows
type Error = <[u8; N] as TryFrom<&'a [u8]>>::Error
)Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: