[][src]Module rustc::hir::def

🔬 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?

Structs

Export [
Experimental
]
PathResolution [
Experimental
]

The result of resolving a path before lowering to HIR. base_def is definition of resolved part of the path, unresolved_segments is the number of unresolved segments.

PerNS [
Experimental
]

Just a helper ‒ separate structure for each namespace.

Enums

CtorKind [
Experimental
]
Def [
Experimental
]
Namespace [
Experimental
]

Different kinds of symbols don't influence each other.

NonMacroAttrKind [
Experimental
]

Type Definitions

DefMap [
Experimental
]

Definition mapping

ExportMap [
Experimental
]

This is the replacement export map. It maps a module to all of the exports within.

ImportMap [
Experimental
]

Map used to track the use statements within a scope, matching it with all the items in every namespace.

Existentials

[
Experimental
]