Constant rustc_hir::def_id::LOCAL_CRATE
source · pub const LOCAL_CRATE: CrateNum;
Expand description
Item definitions in the currently-compiled crate would have the CrateNum
LOCAL_CRATE
in their DefId
.
pub const LOCAL_CRATE: CrateNum;
Item definitions in the currently-compiled crate would have the CrateNum
LOCAL_CRATE
in their DefId
.