We have a limitation where use statement diagnostics offer very basic error information without indicating which specific Item was expected to be loaded. To provide a broader error context, we should update the resolve_processing_use_items_error function in ast.rs. This tracking issue is related to the ongoing work in PR #337.
We have a limitation where use statement diagnostics offer very basic error information without indicating which specific Item was expected to be loaded. To provide a broader error context, we should update the
resolve_processing_use_items_errorfunction inast.rs. This tracking issue is related to the ongoing work in PR #337.