reference icon indicating copy to clipboard operation
reference copied to clipboard

Items must show what paths they make available.

Open Havvy opened this issue 8 years ago • 1 comments

Every item should declare what paths it adds. We can say that the canonical path for an item is its path prefix followed by :: followed by the item's path component. Modules and implementations change the path prefix, while everything except implementations define new path components.

  • [ ] constants
  • [ ] enumerations
  • [ ] extern crates
  • [ ] external blocks
  • [ ] functions
  • [ ] implementations
  • [ ] modules
  • [ ] statics
  • [ ] structs
  • [ ] traits
  • [ ] type aliases
  • [ ] unions
  • [ ] use declarations

Havvy avatar Oct 11 '17 17:10 Havvy

Posted #1052 with what I think should close this out.

ehuss avatar Jul 01 '21 01:07 ehuss