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
I can literally add #[ensures(false)] and the compiler doesn't even warn. Is there a way to provide a compilation warning if the predicate is detected to be always invalid?
I can literally add
#[ensures(false)]and the compiler doesn't even warn. Is there a way to provide a compilation warning if the predicate is detected to be always invalid?