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
We can test that the global cache is correct by randomly ignoring it when proving goal and checking that its result is equal to the recomputed one. We must not use the global cache if the current goal is already in the provisional result.
I did this as part of rust-lang/rust#114287 and it worked when compiling typenum and our UI tests, we should try this again in a crater run before stabilization however.
The text was updated successfully, but these errors were encountered:
I don't know where else to put it, so:
We can test that the global cache is correct by randomly ignoring it when proving goal and checking that its result is equal to the recomputed one. We must not use the global cache if the current goal is already in the provisional result.
I did this as part of rust-lang/rust#114287 and it worked when compiling typenum and our UI tests, we should try this again in a crater run before stabilization however.
The text was updated successfully, but these errors were encountered: