minirust icon indicating copy to clipboard operation
minirust copied to clipboard

Some TerminatorKind are silently ignored

Open RalfJung opened this issue 10 months ago • 1 comments

We should find better ways to translate these:

            // those are IGNORED currently.
            rs::TerminatorKind::Drop { target, .. } | rs::TerminatorKind::Assert { target, .. } =>
                Terminator::Goto(self.bb_name_map[&target]),

RalfJung avatar Apr 05 '24 07:04 RalfJung