Function rustc_lint::metadata::loader::note_crate_nameUnstable
[-] [+]
[src]
pub fn note_crate_name(diag: &SpanHandler, name: &str)
pub fn note_crate_name(diag: &SpanHandler, name: &str)
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
).