Skip to content

Commit 0eb5c8a

Browse files
committed
Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #133605 (Add extensive set of drop order tests) - #135489 (remove pointless allowed_through_unstable_modules on TryFromSliceError) - #135757 (Add NuttX support for AArch64 and ARMv7-A targets) - #135799 (rustdoc-json: Rename `Path::name` to `path`, and give it the path again.) - #135865 (For E0223, suggest associated functions that are similar to the path, even if the base type has multiple inherent impl blocks.) - #135890 (Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if`) - #135914 (Remove usages of `QueryNormalizer` in the compiler) - #135936 (fix reify-intrinsic test) r? `@ghost` `@rustbot` modify labels: rollup
2 parents a3ec96f + cc38d7d commit 0eb5c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stability.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Previously, due to a [rustc bug], stable items inside unstable modules were
3434
available to stable code in that location.
3535
As of <!-- date-check --> September 2024, items with [accidentally stabilized
3636
paths] are marked with the `#[rustc_allowed_through_unstable_modules]` attribute
37-
to prevent code dependent on those paths from breaking.
37+
to prevent code dependent on those paths from breaking. Do *not* add this attribute
38+
to any more items unless that is needed to avoid breaking changes.
3839

3940
The `unstable` attribute may also have the `soft` value, which makes it a
4041
future-incompatible deny-by-default lint instead of a hard error. This is used

0 commit comments

Comments
 (0)