Skip to main content

collect_qualified_references

Function collect_qualified_references 

Source
pub fn collect_qualified_references(module: &Module) -> Vec<(String, String)>
Expand description

Collect all qualified-name references (qualifier/Name) from a module.

Returns (qualifier, name) pairs. Used by multi-file checking to build the cross-module reference map so that shared declarations are not flagged as unused.