Home
last modified time | relevance | path

Searched defs:TypeVerifier (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs292 struct TypeVerifier<'a, 'b, 'tcx> { struct
298 impl<'a, 'b, 'tcx> Visitor<'tcx> for TypeVerifier<'a, 'b, 'tcx> { argument
484 impl<'a, 'b, 'tcx> TypeVerifier<'a, 'b, 'tcx> { implementation