Skip to content

Commit 05134b1

Browse files
committed
write the rule separately
1 parent cd68c9e commit 05134b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Language changes in Rust 1.90.0
4545

4646
- :p:`fls_dQdSxf8kOgbi`
4747

48+
- :p:`fls_qC6L0km0ZMFI`
49+
4850
- `Allow volatile access to non-Rust memory, including address 0 <https://github.com/rust-lang/rust/pull/141260>`_
4951

5052
- No change: lints are not part of the FLS

src/values.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,11 @@ After :t:`type coercion`, the value of the constant cannot contain any
119119
The :t:`mutable reference` is contained within an :t:`external static`, or
120120

121121
- :dp:`fls_VhzGfnWg7YrG`
122-
The :t:`mutable reference` is contained within a :t:`mutable static`
123-
or a :t:`static` whose type is subject to :t:`interior mutability`, or
122+
The :t:`mutable reference` is contained within a :t:`mutable static`, or
123+
124+
- :dp:`fls_qC6L0km0ZMFI`
125+
The :t:`mutable reference` is contained within a :t:`static`
126+
whose type is subject to :t:`interior mutability`, or
124127

125128
- :dp:`fls_ibYKKQdB2tDn`
126129
The :t:`mutable reference` is contained within an :t:`union`, or

0 commit comments

Comments
 (0)