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
Not all cycles are unsound. For example, cycles through exec functions are sound and we don't need to report them as errors (unless we deliberately want to prohibit non-terminating exec functions). Mainly, we just need to guarantee termination of spec and proof functions.
Consider this variation of the recently added test
test_recursion_through_sync_impl_is_checked
from 4ab656f:The cycle has the dependency
Xinner<T, S>: Sync
-->X<T, S>: Sync
which is not covered byget_impl_paths
The text was updated successfully, but these errors were encountered: