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
In https://internals.rust-lang.org/t/detect-and-fix-overscope-unsafe-block/21660/23 was suggested to have robust blocks that are the dual of unsafe blocks. In an unsafe block, one has to prove something (i.e. unsafe blocks are proof goals). In a robust block, one adds something to the proof context (i.e. robust blocks are proof hypotheses/facts).