Skip to content

Commit 6c9be43

Browse files
authored
Merge pull request #6047 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-570
2 parents 564f963 + 722170f commit 6c9be43

File tree

1 file changed

+48
-39
lines changed

1 file changed

+48
-39
lines changed

draft/2024-10-23-this-week-in-rust.md

Lines changed: 48 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,22 @@ Thanks to [Luke Peterson](https://users.rust-lang.org/t/crate-of-the-week/2704/1
7575

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

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

83-
<!-- Calls for Testing go here, use this format:
84-
* [<RFC Topic>](<RFC URL>)
85-
* [Tracking Issue](<Tracking Issue URL>)
86-
* [Testing steps](<Testing Steps URL>)
87-
-->
88-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
89-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
83+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
84+
* *No calls for testing were issued this week.*
85+
86+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
87+
* *No calls for testing were issued this week.*
88+
89+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
90+
* *No calls for testing were issued this week.*
91+
92+
### Crates Ecosystem
93+
* [Request for input: `zerocopy`: Do you need `IntoBytes` support on `union`s? Please weigh in.](https://github.com/google/zerocopy/discussions/1802)
9094

9195
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
9296
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -238,44 +242,49 @@ Revision range: [5ceb623a..3e33bda0](https://perf.rust-lang.org/?start=5ceb623a4
238242
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
239243
are the RFCs that were approved for implementation this week:
240244

241-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
242-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
243-
<!-- * []() -->
244-
245-
<!--
246-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
247-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
248-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
249-
-->
245+
* [RFC: Allow boolean literals as `cfg` predicates](https://github.com/rust-lang/rfcs/pull/3695)
250246

251247
### Final Comment Period
252248

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

256252
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
257-
258-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
259-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
260-
<!-- * [disposition: ] []() -->
261-
262-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
263-
264-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
265-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
266-
<!-- * [disposition: ] []() -->
267-
268-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
269-
<!-- Remove this section if empty>
270-
271-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
272-
<!-- Remove this section if empty>
273-
274-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
275-
276-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
277-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
278-
<!-- * [new|updated] []() -->
253+
* [disposition: merge] [RFC: Give users control over feature unification](https://github.com/rust-lang/rfcs/pull/3692)
254+
* [disposition: merge] [[RFC] Default field values](https://github.com/rust-lang/rfcs/pull/3681)
255+
* [disposition: merge] [Trait method impl restrictions](https://github.com/rust-lang/rfcs/pull/3678)
256+
257+
#### Tracking Issues & PRs
258+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
259+
* [disposition: merge] [Add lint against function pointer comparisons](https://github.com/rust-lang/rust/pull/118833)
260+
* [disposition: merge] [Implement `From<&mut {slice}>`1 for `Box/Rc/Arc<{slice}>`](https://github.com/rust-lang/rust/pull/129329)
261+
* [disposition: merge] [Tracking Issue for `const_arguments_as_str`](https://github.com/rust-lang/rust/issues/103900)
262+
* [disposition: not specified] [Add LowerExp and UpperExp implementations to NonZero](https://github.com/rust-lang/rust/pull/131377)
263+
* [disposition: merge] [Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local`](https://github.com/rust-lang/rust/pull/129238)
264+
* [disposition: merge] [Make `std::os::darwin` public](https://github.com/rust-lang/rust/pull/123723)
265+
* [disposition: merge] [Tracking Issue for `const_char_encode_utf16`](https://github.com/rust-lang/rust/issues/130660)
266+
* [disposition: merge] [float types: move copysign, abs, signum to libcore](https://github.com/rust-lang/rust/pull/131304)
267+
* [disposition: merge] [Tracking Issue for `{u8,i8,...}::isqrt`](https://github.com/rust-lang/rust/issues/116226)
268+
* [disposition: merge] [Add `--print host-triple` to print host target triple](https://github.com/rust-lang/rust/pull/125579)
269+
* [disposition: merge] [Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes](https://github.com/rust-lang/rust/pull/128351)
270+
* [disposition: merge] [Lint against getting pointers from immediately dropped temporaries](https://github.com/rust-lang/rust/pull/128985)
271+
* [disposition: close] [Consider deprecation of UB-happy `static mut`](https://github.com/rust-lang/rust/issues/53639)
272+
273+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
274+
275+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
276+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
277+
278+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
279+
* [disposition: unspecified] [distinct 'static' items never overlap](https://github.com/rust-lang/reference/pull/1657)
280+
281+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
282+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
283+
284+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
285+
* [new] [Unsafe derives and attributes](https://github.com/rust-lang/rfcs/pull/3715)
286+
* [new] [Macro fragment fields](https://github.com/rust-lang/rfcs/pull/3714)
287+
* [new] [Relaxed DST field ordering](https://github.com/rust-lang/rfcs/pull/3713)
279288

280289
## Upcoming Events
281290

0 commit comments

Comments
 (0)