roc/crates/compiler/load_internal
Agus Zubiaga b56f029a09
Fix unqualified unused import false positive
If we exposed a symbol in an import and used it both unqualified
and qualified, we'd produce an unused warning false positive.

This happened because we were using a single bit flag to determine
whether a value was used qualified or unqualified.
2024-04-20 12:18:52 -03:00
..
src Fix package module resolution in inline imports 2024-04-20 12:16:37 -03:00
tests Fix unqualified unused import false positive 2024-04-20 12:18:52 -03:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00