1 2 3 4 5 6 7 8 9
use crate::records::reg_scope::RegScope; impl RegScope { pub fn drop(&mut self) { unsafe { (*self.self_).reg_top = self.old_top; } } }