You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lvalue::Local{ frame, local }ifself.cur_frame() == frame => (
154
-
frame,
155
-
local,
156
-
),
157
-
_ => returnerr!(Unimplemented("Storage annotations must refer to locals of the topmost stack frame.".to_owned())),// FIXME maybe this should get its own error type
0 commit comments