Constant rustc_lint::middle::region::ROOT_CODE_EXTENT [] [src]

pub const ROOT_CODE_EXTENT: CodeExtent = CodeExtent(0)
🔬 This is a nightly-only experimental API. (rustc_private)

The root of everything. I should be using NonZero or profiling instead of this (probably).