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
rust-lang/rust#103594 changes how Instant is constructed on aarch64-apple-darwin, but needed a cfg hack to make Miri use the x86_64 version, since it couldn't emulate clock_gettime.