Skip to content

Commit 0490c80

Browse files
authored
Merge pull request #6075 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-572
2 parents fa0188a + 5bfe3e3 commit 0490c80

File tree

1 file changed

+42
-39
lines changed

1 file changed

+42
-39
lines changed

draft/2024-11-06-this-week-in-rust.md

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,19 @@ and just ask the editors to select the category.
5353

5454
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
5555

56-
## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
56+
## Calls for Testing
5757
An important step for RFC implementation is for people to experiment with the
5858
implementation and give feedback, especially before stabilization. The following
5959
RFCs would benefit from user testing before moving forward:
6060

61-
<!-- Calls for Testing go here, use this format:
62-
* [<RFC Topic>](<RFC URL>)
63-
* [Tracking Issue](<Tracking Issue URL>)
64-
* [Testing steps](<Testing Steps URL>)
65-
-->
66-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
67-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
61+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
62+
* *No calls for testing were issued this week.*
63+
64+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
65+
* *No calls for testing were issued this week.*
66+
67+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
68+
* *No calls for testing were issued this week.*
6869

6970
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
7071
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -128,44 +129,46 @@ Revision range: [c8a8c820..27e38f8f](https://perf.rust-lang.org/?start=c8a8c8203
128129
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
129130
are the RFCs that were approved for implementation this week:
130131

131-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
132-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
133-
<!-- * []() -->
134-
135-
<!--
136-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
137-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
138-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
139-
-->
132+
* [[RFC] Default field values](https://github.com/rust-lang/rfcs/pull/3681)
133+
* [RFC: Give users control over feature unification](https://github.com/rust-lang/rfcs/pull/3692)
140134

141135
### Final Comment Period
142136

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

146140
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
147-
148-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
149-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
150-
<!-- * [disposition: ] []() -->
151-
152-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
153-
154-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
155-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
156-
<!-- * [disposition: ] []() -->
157-
158-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
159-
<!-- Remove this section if empty>
160-
161-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
162-
<!-- Remove this section if empty>
163-
164-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
165-
166-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
167-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
168-
<!-- * [new|updated] []() -->
141+
* [disposition: merge] [Add support for `use Trait::func`](https://github.com/rust-lang/rfcs/pull/3591)
142+
143+
#### Tracking Issues & PRs
144+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
145+
* [disposition: merge] [Stabilize Arm64EC inline assembly](https://github.com/rust-lang/rust/pull/131781)
146+
* [disposition: merge] [Stabilize s390x inline assembly](https://github.com/rust-lang/rust/pull/131258)
147+
* [disposition: merge] [rustdoc-search: simplify rules for generics and type params](https://github.com/rust-lang/rust/pull/127589)
148+
* [disposition: merge] [Fix ICE when passing DefId-creating args to legacy_const_generics.](https://github.com/rust-lang/rust/pull/130443)
149+
* [disposition: merge] [Tracking Issue for `const_option_ext`](https://github.com/rust-lang/rust/issues/91930)
150+
* [disposition: merge] [Tracking Issue for const_unicode_case_lookup](https://github.com/rust-lang/rust/issues/101400)
151+
* [disposition: merge] [Reject raw lifetime followed by `'`, like regular lifetimes do](https://github.com/rust-lang/rust/pull/132341)
152+
* [disposition: merge] [Enforce that raw lifetimes must be valid raw identifiers](https://github.com/rust-lang/rust/pull/132363)
153+
* [disposition: merge] [Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target features](https://github.com/rust-lang/rust/pull/131080)
154+
155+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
156+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
157+
158+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
159+
* *No Language Team Proposals entered Final Comment Period this week.*
160+
161+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
162+
* *No Language Reference RFCs entered Final Comment Period this week.*
163+
164+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
165+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
166+
167+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
168+
* [new] [Implement The Update Framework for Project Signing](https://github.com/rust-lang/rfcs/pull/3724)
169+
* [new] [[RFC] Static Function Argument Unpacking](https://github.com/rust-lang/rfcs/pull/3723)
170+
* [new] [[RFC] Explicit ABI in extern](https://github.com/rust-lang/rfcs/pull/3722)
171+
* [new] [Add homogeneous_`try_blocks` RFC](https://github.com/rust-lang/rfcs/pull/3721)
169172

170173
## Upcoming Events
171174

0 commit comments

Comments
 (0)