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
What happens is that an empty box is allocated, and then in one of the subsequent branches the box is initialized with a value (it is not initialized in other branches). In this case I would like to use Box::new_uninit() and Box::write() to separate the two steps.
Charon commit e0b2b31 aborts on the following code with error message
Compilation failed: error: Unexpected
ShallowInitBox``The text was updated successfully, but these errors were encountered: