Modules§
- codegen_
fn_ attrs - debugger_
visualizer - dependency_
format - Type definitions for learning about the dependency formats of all upstream crates (rlibs/dylibs/oh my).
- exported_
symbols - lang_
items - Detecting lang items.
- lib_
features - privacy
- 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.
- region
- This file declares the
ScopeTree
type, which describes the parent links in the region hierarchy. - resolve_
bound_ vars - Name resolution for lifetimes and late-bound type and const variables: type declarations.
- stability
- A pass that annotates every item and method with its stability level, propagating default levels lexically from parent to children ast nodes.