Rustdoc fails to compile compilable crates with #![feature(type_alias_impl_trait)]
#75088
Labels
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I was trying to use
#![feature(type_alias_impl_trait)]
in my crates, but I've recently found out thatrustdoc
fails to compile their doc (thoughcargo build
compiles them just fine)First example (playground):
cargo doc
error:Second example (playground):
cargo doc
error:Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: