File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Language changes in Rust 1.83.0
27
27
28
28
* `Allow creating references to statics in \` const\` initializers. <https://github.com/rust-lang/rust/pull/129759 >`_
29
29
30
- * No change: this previous restriction is not specified in the FLS
30
+ * No change: This previous restriction is not specified in the FLS
31
31
32
32
* `Implement raw lifetimes and labels (\` 'r#ident\` ). <https://github.com/rust-lang/rust/pull/126452 >`_
33
33
@@ -45,9 +45,12 @@ Language changes in Rust 1.83.0
45
45
46
46
* `Disallow implicit coercions from places of type \` !\` <https://github.com/rust-lang/rust/pull/129392 >`_
47
47
48
- * No change: the FLS does not specify type inference to such a degree
48
+ * No change: The FLS does not specify type inference to such a degree
49
49
50
50
* `\` const extern\` functions can now be defined for other calling conventions. <https://github.com/rust-lang/rust/pull/129753 >`_
51
+
52
+ * No change: This previous restriction is not specified in the FLS
53
+
51
54
* `Stabilize \` expr_2021\` macro fragment specifier in all editions. <https://github.com/rust-lang/rust/pull/129972 >`_
52
55
* `The \` non_local_definitions\` lint now fires on less code and warns by default. <https://github.com/rust-lang/rust/pull/127117 >`_
53
56
You can’t perform that action at this time.
0 commit comments