1
- Version 1.67 (2023-01-26)
1
+ Version 1.67.0 (2023-01-26)
2
2
==========================
3
3
4
- <a id="1.67-Language"></a>
4
+ <a id="1.67.0 -Language"></a>
5
5
6
6
Language
7
7
--------
@@ -12,7 +12,7 @@ Language
12
12
- [Invalid literals are no longer an error under `cfg(FALSE)`.](https://github.com/rust-lang/rust/pull/102944/)
13
13
- [Unreserve braced enum variants in value namespace.](https://github.com/rust-lang/rust/pull/103578/)
14
14
15
- <a id="1.67-Compiler"></a>
15
+ <a id="1.67.0 -Compiler"></a>
16
16
17
17
Compiler
18
18
--------
@@ -33,7 +33,7 @@ Added and removed targets:
33
33
Refer to Rust's [platform support page][platform-support-doc]
34
34
for more information on Rust's tiered platform support.
35
35
36
- <a id="1.67-Libraries"></a>
36
+ <a id="1.67.0 -Libraries"></a>
37
37
38
38
Libraries
39
39
---------
@@ -43,7 +43,7 @@ Libraries
43
43
- [Derive `Eq` and `Hash` for `ControlFlow`.](https://github.com/rust-lang/rust/pull/103084/)
44
44
- [Don't build `compiler_builtins` with `-C panic=abort`.](https://github.com/rust-lang/rust/pull/103786/)
45
45
46
- <a id="1.67-Stabilized-APIs"></a>
46
+ <a id="1.67.0 -Stabilized-APIs"></a>
47
47
48
48
Stabilized APIs
49
49
---------------
@@ -66,7 +66,7 @@ These APIs are now stable in const contexts:
66
66
- [`core::char::from_u32`](https://doc.rust-lang.org/stable/core/char/fn.from_u32.html)
67
67
- [`core::char::from_digit`](https://doc.rust-lang.org/stable/core/char/fn.from_digit.html)
68
68
69
- <a id="1.67-Compatibility-Notes"></a>
69
+ <a id="1.67.0 -Compatibility-Notes"></a>
70
70
71
71
Compatibility Notes
72
72
-------------------
@@ -85,7 +85,7 @@ Compatibility Notes
85
85
- [Cargo now emits an error if there are multiple registries in the configuration
86
86
with the same index URL.](https://github.com/rust-lang/cargo/pull/10592)
87
87
88
- <a id="1.67-Internal-Changes"></a>
88
+ <a id="1.67.0 -Internal-Changes"></a>
89
89
90
90
Internal Changes
91
91
----------------
0 commit comments