diff options
Diffstat (limited to 'cli/tools/registry/graph.rs')
-rw-r--r-- | cli/tools/registry/graph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/graph.rs b/cli/tools/registry/graph.rs index 04b37508c..b64350887 100644 --- a/cli/tools/registry/graph.rs +++ b/cli/tools/registry/graph.rs @@ -103,7 +103,7 @@ pub fn surface_fast_check_type_graph_errors( ); break 'analyze_package; // no need to keep analyzing this package } else { - let message = diagnostic.message_with_range(); + let message = diagnostic.message_with_range_for_test(); if !seen_diagnostics.insert(message.clone()) { continue; } |