Reduce repro

This commit is contained in:
Micha Reiser 2025-05-14 10:20:11 +02:00
parent a9d3e2e253
commit 90d16987b7
No known key found for this signature in database
478 changed files with 108 additions and 31934 deletions

View file

@ -663,7 +663,7 @@ impl VisibilityConstraints {
if all_names.contains(symbol_name) {
Some(RequiresExplicitReExport::No)
} else {
tracing::debug!(
tracing::trace!(
"Symbol `{}` (via star import) not found in `__all__` of `{}`",
symbol_name,
referenced_file.path(db)