Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/astconv/
H A Dmod.rs2164 pub fn res_to_ty( in res_to_ty() function
2333 self.res_to_ty(opt_self_ty, path, false) in ast_ty_to_ty_inner()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/fn_ctxt/
H A Dchecks.rs919 let ty = <dyn AstConv<'_>>::res_to_ty(self, self_ty, path, true); in finish_resolving_struct_path()