Closed
Description
Currently, it's pretty hard to find information about specific constructs such as type Foo = Bar;
in the Reference unless one already knows in which section, and under which subsection it would be. A glossary of keywords, attributes and other relevant things at the end of the Reference would be massively helpful in finding the information.
Activity
emberian commentedon Oct 20, 2014
We have this information in the wiki as the Rusticon. It doesn't see many edits these days, maybe it should live in tree.
FreeFull commentedon Oct 20, 2014
I suppose what I was thinking about would be more of an index rather than a glossary, but having both be in the reference would probably be a good idea. It's not easy to find the Rusticon unless one knows it exists.
steveklabnik commentedon Mar 8, 2015
I'm going to consider this as part of #16676 , thanks.
Auto merge of rust-lang#18162 - ChayimFriedman2:gat-object-safe, r=Ve…