Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 26 additions & 32 deletions draft/2025-11-05-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ and just ask the editors to select the category.
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704

## Calls for Testing

An important step for RFC implementation is for people to experiment with the
implementation and give feedback, especially before stabilization.

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

<!-- Use either
* [Item title](Item URL)
- or
* *No RFCs were approved this week.*
-->

### Final Comment Period

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

#### Tracking Issues & PRs
<!-- Either remove the group from the "No Items Entered Final Comment Period this week for" section
and add the item(s) which entered Final comment period:
##### [Group](Group URL)
* [Item title](Item URL)
- for `disposition-merge` `final-comment-period` items, or
* [disposition: postpone]
- for `disposition-postpone` `final-comment-period` items, or
* [disposition: close]
- for `disposition-close` `final-comment-period` items,
* [disposition: unspecified]
- when `disposition` is unspecified or ensure the group is a part of the
"No Items Entered Final Comment Period this week for" section

##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

* [Emit error when using path-segment keyword as cfg pred](https://github.com/rust-lang/rust/pull/146978)
* [stabilize extern_system_varargs](https://github.com/rust-lang/rust/pull/145954)
* [Tracking issue for `vec_into_raw_parts`](https://github.com/rust-lang/rust/issues/65816)
* [rustdoc: Erase `#![doc(document_private_items)]`](https://github.com/rust-lang/rust/pull/146495)
* [Add new `function_casts_as_integer` lint](https://github.com/rust-lang/rust/pull/141470)
* [resolve: Preserve ambiguous glob reexports in crate metadata](https://github.com/rust-lang/rust/pull/147984)
* [Make deref_nullptr deny by default instead of warn](https://github.com/rust-lang/rust/pull/148122)
* [Tracking Issue for `const_mul_add`](https://github.com/rust-lang/rust/issues/146724)

##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

* [Guarantee the binary representation of `isize` explicitly](https://github.com/rust-lang/reference/pull/2064)

##### [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
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
[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),
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) or
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*

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

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

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

## Upcoming Events

Expand Down