Module middle
rustc_
middle
1.87.0-nightly
(920d95eaf 2025-03-28)
Module middle
Module Items
Modules
In crate rustc_
middle
Modules
arena
dep_graph
error
hir
hooks
infer
lint
macros
metadata
middle
mir
query
thir
traits
ty
util
values
Macros
__impl_decoder_methods
arena_types
bug
err_exhaust
err_inval
err_machine_stop
err_ub
err_ub_custom
err_ub_format
err_unsup
err_unsup_format
implement_ty_decoder
make_dep_kind_array
make_dep_kind_name_array
parameterized_over_tcx
rustc_query_append
span_bug
throw_exhaust
throw_inval
throw_machine_stop
throw_ub
throw_ub_custom
throw_ub_format
throw_unsup
throw_unsup_format
trivially_parameterized_over_tcx
Statics
DEFAULT_LOCALE_RESOURCE
rustc_middle
Module
middle
Copy item path
Settings
Help
Summary
Source
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.