rustdoc doesn't handle generic associated types properly #92341
Labels
A-GATs
Area: Generic associated types (GATs)
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
GATs-blocking
Issues using the `generic_associated_types` feature that block stabilization
GATs-triaged
Issues using the `generic_associated_types` feature that have been triaged
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code:
I expected
rustdoc
to create proper documentation for these GATs.Instead,
rustdoc
created the following output:and
The lifetime argument
'b
is missing in the documentation.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: