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
Auto merge of rust-lang#86092 - JohnTitor:clang-12-beta, r=Mark-Simulacrum
[beta] Backport rust-lang#84894 to fix beta CI
Currently, beta backports fail with this failure: rust-lang#86036 (comment)
```
STL1000: Unexpected compiler version, expected Clang 11.0.0 or newer.
```
The previous beta backport was successful because it uses a Visual Studio tool v14.28.29910 but now CI uses v14.29.30037.
rust-lang#84894 updated clang to 12 so master didn't catch this change, I guess. Hopefully, it fixes CI failures on beta.
0 commit comments