Home
last modified time | relevance | path

Searched refs:allow_ty_infer (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Ddoc-comment-in-stmt.stderr1 …r: expected one of `.`, `;`, `?`, `}`, or an operator, found doc comment `//!self.allow_ty_infer()`
6 LL | //!self.allow_ty_infer()
11 LL | // !self.allow_ty_infer()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/fn_ctxt/
H A Dmod.rs220 fn allow_ty_infer(&self) -> bool { in allow_ty_infer() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/astconv/
H A Dmod.rs77 fn allow_ty_infer(&self) -> bool; in allow_ty_infer() method
439 (&ty.kind, self.astconv.allow_ty_infer()) in create_substs_for_ast_path()
460 } else if self.astconv.allow_ty_infer() { in create_substs_for_ast_path()
487 if self.astconv.allow_ty_infer() { in create_substs_for_ast_path()
2493 if !self.allow_ty_infer() { in ty_of_fn()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcollect.rs381 fn allow_ty_infer(&self) -> bool { in allow_ty_infer() method