Closed
Description
Lists of items on the std docs should be sorted in some fashion. Alphabetical sorting throughout may not be desirable but I thought I should list all of them here anyway. If other sorting methods are better, I could create more categories.
Lists which are sorted alphabetically:
- Crate-only attributes
- Module-only attributes
- Function-only attributes
- Static-only attributes
- FFI attributes
- Miscellaneous attributes
- Conditional compilation
- Lint check attributes
- Built-in Traits
-
Operators (alphabetical may not make sense here) - Types
- Marker types
- Inline attributes
- Deriving
-
Stability (stability is sorted by stability) - Compiler Features
In Marker types:
no_copy_bound : This type does not implement "copy", even if eligible
no_send_bound : This type does not implement "send", even if eligible
no_sync_bound : This type does not implement "sync", even if eligible
managed_bound : This type implements "managed"
managed_bound should be first.
Metadata
Metadata
Assignees
Labels
No labels