This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e7f4b8b
committed
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.1 file changed
+7
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
58 | 48 | | |
59 | | - | |
| 49 | + | |
60 | 50 | | |
61 | | - | |
| 51 | + | |
| 52 | + | |
62 | 53 | | |
63 | 54 | | |
64 | 55 | | |
0 commit comments