Function rustc::middle::trans::debuginfo::create_local_var_metadata[src]
pub fn create_local_var_metadata(bcx: &Block, local: &Local)
Creates debug information for the given local variable.
Adds the created metadata nodes directly to the crate's IR.
pub fn create_local_var_metadata(bcx: &Block, local: &Local)
Creates debug information for the given local variable.
Adds the created metadata nodes directly to the crate's IR.
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).