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'm trying to test extern_spec for a TryFrom impl. parse_u32 is supposed to prove a cast from a slice to an array. The extern spec currently throws an error internal error: entered unreachable code: External specification declared on a trait implementation did not resolve to a concrete type
I'm trying to test extern_spec for a
TryFrom
impl.parse_u32
is supposed to prove a cast from a slice to an array. The extern spec currently throws an errorinternal error: entered unreachable code: External specification declared on a trait implementation did not resolve to a concrete type
My goal is to specify
try_from
such that the assert-false is not triggered. Currently, prusti fails with an ICEstacktrace
The text was updated successfully, but these errors were encountered: