mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 01:37:45 +00:00
Rustdoc documents these with the name of the type alias instead of normalizing them to the underlying type. Use associated types instead so that the generated docs for nightly-rustc are easier to read.