Module rustc_passes::dead
source · Structs§
- DeadItem π
- DeadVisitor π
- MarkSymbolVisitor π
- Publicness π
Enums§
- ComesFromAllowExpect πDetermine if a work from the worklist is coming from a
#[allow]
or a#[expect]
ofdead_code
- ReportOn π
- ShouldWarnAboutField π
Functions§
- check_foreign_item π
- check_item π
- check_mod_deathness π
- check_trait_item π
- provide π
- should_explore π
- ty_ref_to_pub_struct πcheck struct and its fields are public or not, for enum and union, just check they are public, and doesnβt solve types like &T for now, just skip them