minirust
minirust copied to clipboard
Some TerminatorKind are silently ignored
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]),