Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1d5241c

Browse files
committed
Auto merge of rust-lang#69822 - Centril:rollup-360ca2j, r=Centril
Rollup of 8 pull requests Successful merges: - rust-lang#69422 (Remove use of `unwrap()` from save-analysis) - rust-lang#69548 (Turn trailing tokens in `assert!()` into hard errors) - rust-lang#69561 (Clean up unstable book) - rust-lang#69599 (check_binding_alt_eq_ty: improve precision wrt. `if let`) - rust-lang#69641 (Update books) - rust-lang#69776 (Fix & test leak of some BTreeMap nodes on panic during `into_iter`) - rust-lang#69805 (resolve: Modernize some naming) - rust-lang#69810 (test(bindings_after_at): add dynamic drop tests for bindings_after_at) Failed merges: r? @ghost
2 parents f943349 + 49c82d1 commit 1d5241c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+462
-455
lines changed

src/doc/unstable-book/src/language-features/const-in-array-repeat-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The tracking issue for this feature is: [#49147]
44

5-
[#44109]: https://github.com/rust-lang/rust/issues/49147
5+
[#49147]: https://github.com/rust-lang/rust/issues/49147
66

77
------------------------
88

src/doc/unstable-book/src/language-features/impl-trait-in-bindings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `impl_trait_in_bindings`
22

3-
The tracking issue for this feature is: [#34511]
3+
The tracking issue for this feature is: [#63065]
44

5-
[#34511]: https://github.com/rust-lang/rust/issues/34511
5+
[#63065]: https://github.com/rust-lang/rust/issues/63065
66

77
------------------------
88

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# `link_cfg`
2+
3+
This feature is internal to the Rust compiler and is not intended for general use.
4+
5+
------------------------

src/doc/unstable-book/src/language-features/trait-alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The tracking issue for this feature is: [#41517]
44

5-
[#41417]: https://github.com/rust-lang/rust/issues/41517
5+
[#41517]: https://github.com/rust-lang/rust/issues/41517
66

77
------------------------
88

src/doc/unstable-book/src/language-features/transparent-unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The tracking issue for this feature is [#60405]
44

5-
[60405]: https://github.com/rust-lang/rust/issues/60405
5+
[#60405]: https://github.com/rust-lang/rust/issues/60405
66

77
----
88

src/doc/unstable-book/src/library-features/read-initializer.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)