Skip to content
11 changes: 9 additions & 2 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,15 @@ Language changes in Rust 1.83.0

* `Stabilize \`&mut\`, \`*mut\`, \`&Cell\`, and \`*const Cell\` in const. <https://github.com/rust-lang/rust/pull/129195>`_

* Changed paragraphs: :p:`fls_to4e7imq2c0w`, :p:`fls_6g7c1kjrmfnr`, :p:`fls_hkbwa8xx2fwx`
* Removed paragraph: :p:`fls_ox6sgl9n43g2`
* Changed paragraphs:

- :p:`fls_to4e7imq2c0w`

- :p:`fls_6g7c1kjrmfnr`

- :p:`fls_hkbwa8xx2fwx`

- :p:`fls_ox6sgl9n43g2`

* `Allow creating references to statics in \`const\` initializers. <https://github.com/rust-lang/rust/pull/129759>`_

Expand Down
3 changes: 3 additions & 0 deletions src/values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ The :t:`type specification` of a :t:`constant` shall have ``'static``
The :t:`type` of a :t:`constant` shall implement the :std:`core::marker::Sized`
:t:`trait`.

:dp:`fls_ox6sgl9n43g2`
The type of a :t:`constant` cannot be a :t:`mutable reference type`.

:dp:`fls_ndmfqxjpvsqy`
A :t:`constant initializer` is a :t:`construct` that provides the :t:`value` of
its related :t:`constant`.
Expand Down