Home
last modified time | relevance | path

Searched refs:CheckTypeWellFormedVisitor (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dwfcheck.rs1684 pub struct CheckTypeWellFormedVisitor<'tcx> { struct
1688 impl CheckTypeWellFormedVisitor<'tcx> { implementation
1689 pub fn new(tcx: TyCtxt<'tcx>) -> CheckTypeWellFormedVisitor<'tcx> { in new()
1690 CheckTypeWellFormedVisitor { tcx } in new()
1694 impl ParItemLikeVisitor<'tcx> for CheckTypeWellFormedVisitor<'tcx> { implementation
1712 impl Visitor<'tcx> for CheckTypeWellFormedVisitor<'tcx> { implementation
H A Dcheck.rs32 let visit = wfcheck::CheckTypeWellFormedVisitor::new(tcx); in check_wf_new()