Skip to content

Commit 6f77c4b

Browse files
committed
Update CFT, FCP, MCP and RFC sections for TWiR-624
1 parent ec52139 commit 6f77c4b

File tree

1 file changed

+26
-32
lines changed

1 file changed

+26
-32
lines changed

draft/2025-11-05-this-week-in-rust.md

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ and just ask the editors to select the category.
6262
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6363

6464
## Calls for Testing
65+
6566
An important step for RFC implementation is for people to experiment with the
6667
implementation and give feedback, especially before stabilization.
6768

@@ -148,54 +149,47 @@ If you are an event organizer hoping to expand the reach of your event, please s
148149
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
149150
are the RFCs that were approved for implementation this week:
150151

151-
<!-- Use either
152-
* [Item title](Item URL)
153-
- or
154152
* *No RFCs were approved this week.*
155-
-->
156153

157154
### Final Comment Period
158155

159156
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
160157
which are reaching a decision. Express your opinions now.
161158

162159
#### Tracking Issues & PRs
163-
<!-- Either remove the group from the "No Items Entered Final Comment Period this week for" section
164-
and add the item(s) which entered Final comment period:
165-
##### [Group](Group URL)
166-
* [Item title](Item URL)
167-
- for `disposition-merge` `final-comment-period` items, or
168-
* [disposition: postpone]
169-
- for `disposition-postpone` `final-comment-period` items, or
170-
* [disposition: close]
171-
- for `disposition-close` `final-comment-period` items,
172-
* [disposition: unspecified]
173-
- when `disposition` is unspecified or ensure the group is a part of the
174-
"No Items Entered Final Comment Period this week for" section
160+
161+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
162+
163+
* [Emit error when using path-segment keyword as cfg pred](https://github.com/rust-lang/rust/pull/146978)
164+
* [stabilize extern_system_varargs](https://github.com/rust-lang/rust/pull/145954)
165+
* [Tracking issue for `vec_into_raw_parts`](https://github.com/rust-lang/rust/issues/65816)
166+
* [rustdoc: Erase `#![doc(document_private_items)]`](https://github.com/rust-lang/rust/pull/146495)
167+
* [Add new `function_casts_as_integer` lint](https://github.com/rust-lang/rust/pull/141470)
168+
* [resolve: Preserve ambiguous glob reexports in crate metadata](https://github.com/rust-lang/rust/pull/147984)
169+
* [Make deref_nullptr deny by default instead of warn](https://github.com/rust-lang/rust/pull/148122)
170+
* [Tracking Issue for `const_mul_add`](https://github.com/rust-lang/rust/issues/146724)
171+
172+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
173+
174+
* [Guarantee the binary representation of `isize` explicitly](https://github.com/rust-lang/reference/pull/2064)
175+
176+
##### [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period)
177+
178+
* [Proposal: Require all project team members to have Zulip IDs](https://github.com/rust-lang/leadership-council/issues/228)
179+
175180
*No Items entered Final Comment Period this week for
176-
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
177181
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
178-
[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),
179-
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
180-
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
181-
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
182+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
183+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) or
182184
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
183185

184186
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
185-
-->
186187

187188
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
188-
<!-- Use either
189-
* [Item title](Item URL)
190-
- for new items, or
191-
* [updated] [Item title](Item URL)
192-
- for updated items, or
193-
* *No New or Updated RFCs were created this week.*
194-
-->
195189

196-
<!-- Sample commit message
197-
Update CFT, FCP, MCP and RFC sections for TWiR-xxx
198-
-->
190+
* [build-std: explicit dependencies](https://github.com/rust-lang/rfcs/pull/3875)
191+
* [build-std: always](https://github.com/rust-lang/rfcs/pull/3874)
192+
* [build-std: context](https://github.com/rust-lang/rfcs/pull/3873)
199193

200194
## Upcoming Events
201195

0 commit comments

Comments
 (0)