tame/tamer/src/ir
Mike Gerwitz 96ffd5f6e5 [DEV-8000] ir::asg: Error types for unresolved identifiers during sorting
This checks explicitly for unresolved objects while sorting and provides an
explicit error for them.  For example, this will catch externs that have no
concrete resolution.

This previously fell all the way through to the unreachable! block.  The old
POC implementation was catching unresolved objects, albeit with a debug
error.
2020-07-02 01:38:32 -04:00
..
asg [DEV-8000] ir::asg: Error types for unresolved identifiers during sorting 2020-07-02 01:38:32 -04:00
legacyir.rs [DEV-7087] Beginning of extern type verification and reporting 2020-03-26 09:08:13 -04:00
mod.rs [DEV-7084] TAMER: AsgBuilder and IR lowering docs 2020-04-28 13:39:55 -04:00