Function rustc::middle::typeck::check::ast_expr_vstore_to_ty[src]
pub fn ast_expr_vstore_to_ty(fcx: &FnCtxt, e: &Expr, v: ExprVstore, mk_inner: || -> mt) -> t
pub fn ast_expr_vstore_to_ty(fcx: &FnCtxt, e: &Expr, v: ExprVstore, mk_inner: || -> mt) -> t
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).