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
It's a blocker because fn(&RVec<T>[@n], usize{v : v < n}) -> &T (the impl) is not a subtype of fn(&RVec<T>, usize) -> &T (the trait). But when I wrote that we didn't have associated refinements which would make it a valid implementation, so it may be less of a blocker now.
Currently,
flux
happily verifies the below which seems dubious:Originally posted by @ranjitjhala in #589 (comment)
The text was updated successfully, but these errors were encountered: