From f012350cfbbaf37c7dede2a366f8752d5fc7ff39 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Thu, 30 Oct 2025 14:02:38 +0100 Subject: [PATCH 1/3] =?UTF-8?q?623:=20String`s`=20=E2=86=92=20`String`s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/2025-10-29-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-10-29-this-week-in-rust.md b/content/2025-10-29-this-week-in-rust.md index 18a5538ae..7bde363f8 100644 --- a/content/2025-10-29-this-week-in-rust.md +++ b/content/2025-10-29-this-week-in-rust.md @@ -159,7 +159,7 @@ If you are an event organizer hoping to expand the reach of your event, please s * [privacy: introduce some caching to type visiting in `DefIdVisitorSkeleton`](https://github.com/rust-lang/rust/pull/147486) #### Library -* [add `FromIterator` impls for `ascii::Char`s to String`s`](https://github.com/rust-lang/rust/pull/141445) +* [add `FromIterator` impls for `ascii::Char`s to `String`s](https://github.com/rust-lang/rust/pull/141445) * [add `String::replace_first` and `String::replace_last`](https://github.com/rust-lang/rust/pull/134316) * [add new `inherit_handles` flag to CommandExt trait](https://github.com/rust-lang/rust/pull/115501) * [const Cell methods](https://github.com/rust-lang/rust/pull/147788) From 0756077f0fa0f3060d1d7aa3cf4684db11086376 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Thu, 30 Oct 2025 14:03:02 +0100 Subject: [PATCH 2/3] 623: Fix formatting of "Tracking Issues & PRs" section The itemization was broken before. --- content/2025-10-29-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2025-10-29-this-week-in-rust.md b/content/2025-10-29-this-week-in-rust.md index 7bde363f8..59a6f327c 100644 --- a/content/2025-10-29-this-week-in-rust.md +++ b/content/2025-10-29-this-week-in-rust.md @@ -268,7 +268,7 @@ which are reaching a decision. Express your opinions now. * [Stabilize s390x `vector` target feature and `is_s390x_feature_detected!` macro](https://github.com/rust-lang/rust/pull/145656) * [Update bundled musl to 1.2.5](https://github.com/rust-lang/rust/pull/142682) -[Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html) +##### [Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html) * [Use v0 mangling by default on nightly](https://github.com/rust-lang/compiler-team/issues/938) * [Use `annotate-snippets` as the default emitter on nightly](https://github.com/rust-lang/compiler-team/issues/937) * [Creating a new maintainable debuginfo test suite](https://github.com/rust-lang/compiler-team/issues/936) @@ -284,7 +284,7 @@ which are reaching a decision. Express your opinions now. * [Also enable ICE file dumps on stable](https://github.com/rust-lang/compiler-team/issues/809) * [New Tier-3 target proposal: `loongarch64-linux-android`](https://github.com/rust-lang/compiler-team/issues/806) -[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) +##### [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) * [Proposal: Require all project team members to have Zulip IDs](https://github.com/rust-lang/leadership-council/issues/228) *No Items entered Final Comment Period this week for From fecbbad8c7cd7a2b0be4424b77815d17f8197358 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Thu, 30 Oct 2025 14:07:16 +0100 Subject: [PATCH 3/3] 623: Fix backslash appearing in link --- content/2025-10-29-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-10-29-this-week-in-rust.md b/content/2025-10-29-this-week-in-rust.md index 59a6f327c..b558937b7 100644 --- a/content/2025-10-29-this-week-in-rust.md +++ b/content/2025-10-29-this-week-in-rust.md @@ -259,7 +259,7 @@ which are reaching a decision. Express your opinions now. * [Add some conversion trait impls](https://github.com/rust-lang/rust/pull/145504) * [Tracking Issue for `Duration::from_nanos_u128`](https://github.com/rust-lang/rust/issues/139201) * [Tracking Issue for `core_slice_as_array`.](https://github.com/rust-lang/rust/issues/133508) -* [TryFrom\ for bool](https://github.com/rust-lang/rust/pull/147400) +* [`TryFrom` for `bool`](https://github.com/rust-lang/rust/pull/147400) * [Tracking Issue for slice::array_windows](https://github.com/rust-lang/rust/issues/75027) * [Tracking issue for `#![feature(maybe_uninit_slice)]`](https://github.com/rust-lang/rust/issues/63569) * [Tracking Issue for `lazy_get`](https://github.com/rust-lang/rust/issues/129333)