Function rustc::util::ppaux::explain_region_and_spanUnstable
[-] [+]
[src]
pub fn explain_region_and_span(cx: &ctxt, region: Region) -> (String, Option<Span>)
pub fn explain_region_and_span(cx: &ctxt, region: Region) -> (String, Option<Span>)
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, enum,
trait, typedef (or
tdef).