Module rustc::middle::privacy
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
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 |
[ Experimental ]
|
Enums
AccessLevel |
[ Experimental ]
|
Type Definitions
ExternalExports |
[ Experimental ] A set containing all exported definitions from external crates. The set does not contain any entries from local crates. |