Function rustc::middle::trans::expr::trans_local_var[src]
pub fn trans_local_var<'a>(bcx: &'a Block<'a>, def: Def) -> Datum<Lvalue>
Translates a reference to a local variable or argument. This always results in an lvalue datum.
pub fn trans_local_var<'a>(bcx: &'a Block<'a>, def: Def) -> Datum<Lvalue>
Translates a reference to a local variable or argument. This always results in an lvalue datum.
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).