We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72b037 commit fc24871Copy full SHA for fc24871
src/changelog.rst
@@ -34,6 +34,9 @@ Language changes in Rust 1.83.0
34
* Changed syntax: :s:`Lifetime`
35
36
* `Define behavior when atomic and non-atomic reads race. <https://github.com/rust-lang/rust/pull/128778>`_
37
+
38
+ * No change: Already covered by the definition of :t:`data race`.
39
40
* `Non-exhaustive structs may now be empty. <https://github.com/rust-lang/rust/pull/128934>`_
41
* `Disallow implicit coercions from places of type \`!\` <https://github.com/rust-lang/rust/pull/129392>`_
42
* `\`const extern\` functions can now be defined for other calling conventions. <https://github.com/rust-lang/rust/pull/129753>`_
0 commit comments