rustc::middle::privacy::PublicItemsUnstable [-] [+] [src]

type PublicItems = NodeSet;

A set of AST nodes that are fully public in the crate. This map is used for documentation purposes (reexporting a private struct inlines the doc, reexporting a public struct doesn't inline the doc).