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 still emit #![feature(stdsimd)] in a lot of places because we're still pinned to an old nightly on 1.65, but in 1.78 (rust-lang/rust#117372), it was split into multiple features. So when we upgrade to stable/a newer nightly for the transpiler output, we need to handle this.