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
Copy file name to clipboardExpand all lines: RELEASES.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,11 @@ Compiler
35
35
- [Define `-C strip` to only affect binaries, not artifacts like `.pdb`.](https://github.com/rust-lang/rust/pull/115120/)
36
36
- [Stabilize `-Crelro-level` for controlling runtime link hardening.](https://github.com/rust-lang/rust/pull/121694/)
37
37
- [Stabilize importing `main` from other modules or crates.](https://github.com/rust-lang/rust/pull/122060/)
38
-
- [Stabilize checking of `cfg` names at compile-time with `--check-cfg`.](https://github.com/rust-lang/rust/pull/123501/)
38
+
- [Stabilize checking of `cfg` names and values at compile-time with `--check-cfg`.](https://github.com/rust-lang/rust/pull/123501/)
39
+
*Note that this only stabilises the compiler part, the Cargo part is still unstable in this release.*
39
40
- [Add `aarch64-apple-visionos` and `aarch64-apple-visionos-sim` tier 3 targets.](https://github.com/rust-lang/rust/pull/121419/)
- [Promote several Windows targets to tier 2](https://github.com/rust-lang/rust/pull/121712): `aarch64-pc-windows-gnullvm`, `i686-pc-windows-gnullvm`, and `x86_64-pc-windows-gnullvm`.
41
43
42
44
Refer to Rust's [platform support page][platform-support-doc]
43
45
for more information on Rust's tiered platform support.
0 commit comments