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