Module rustc::middle::privacy [] [src]

Unstable (rustc_private)

A pass that checks to make sure private fields and methods aren't used outside their scopes. This pass will also generate a set of exported items which are available for use externally when compiled as a library.

Structs

AccessLevels [Unstable]

Enums

AccessLevel [Unstable]

Type Definitions

ExternalExports [Unstable]

A set containing all exported definitions from external crates. The set does not contain any entries from local crates.