Closed
Description
The following calls to Zcu.File.getTree
must be eliminated:
Line 2118 in 1a178d4
Line 2168 in 1a178d4
Line 2216 in 1a178d4
Line 2480 in 1a178d4
This will require adding column information to ZIR declaration
instructions, probably through a src_column: u32
field here:
Lines 2581 to 2590 in 1a178d4
Labeling as a bug because the compiler should never call getTree
on a ZIR cache hit without compile errors in the file in question.