roc/crates/compiler/load_internal/tests
Agus Zubiaga 7b3317dbb6
Update unused warnings for inline imports
Now that imports can be limited to smaller scopes than the entire module,
unused import warnings need to work like unused def warnings.

This commit moves unused import warnings discovery and reporting from load
to canonicalization where we can track their usage per scope.

This also fixes a longstanding bug where unused exposed names from an import
were not reported if they were only used in a qualified manner.
2024-01-20 08:43:36 -03:00
..
fixtures/build Update unused warnings for inline imports 2024-01-20 08:43:36 -03:00
helpers moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
test_load.rs Update unused warnings for inline imports 2024-01-20 08:43:36 -03:00