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
When loading an argument, first check whether its type is trivial. If
so, produce a `load [trivial]`. Only then produce `load [take]`s or
`load_borrow`s. Fixes an issue where values passed @in_guaranteed were
`load [trivial]`'d and then `end_borrow`'d.
0 commit comments