Struct rustc_typeck::check_unused::CheckVisitor [−][src]
struct CheckVisitor<'tcx> {
tcx: TyCtxt<'tcx>,
used_trait_imports: FxHashSet<LocalDefId>,
}
Fields
tcx: TyCtxt<'tcx>
used_trait_imports: FxHashSet<LocalDefId>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for CheckVisitor<'tcx>
impl<'tcx> !Send for CheckVisitor<'tcx>
impl<'tcx> !Sync for CheckVisitor<'tcx>
impl<'tcx> Unpin for CheckVisitor<'tcx>
impl<'tcx> !UnwindSafe for CheckVisitor<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes