mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
178b0c2e99
Document the type keyword Partial fix of #34601. Two small examples, one clarifying that `type` only defines an alias, not a completely new type, the other explaining the use in traits. @rustbot modify labels: T-doc,C-enhancement