pub fn extract(workspace: &IndexedWorkspace) -> Vec<ErrorEntry>Expand description
Walk the workspace and produce every catalogued diagnostic.
Entries are sorted by code for deterministic
--check behaviour. Items lacking a parseable code(...) are
silently skipped; a future lint stage can surface those as warnings.