Module rustc_lint::non_local_def
source ยท Structsยง
- Replace every local type by inference variable.
Staticsยง
- The
non_local_definitionslint checks forimplblocks and#[macro_export]macro inside bodies (functions, enum discriminant, โฆ).
Functionsยง
- did_has_local_parent ๐Given a def id and a parent impl def id, this checks if the parent def id (modulo modules) correspond to the def id of the parent impl definition.
- Given a path and a parent impl def id, this checks if the if parent resolution def id correspond to the def id of the parent impl definition.