Skip to content

Commit 75f4611

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-579
1 parent 5a9a76e commit 75f4611

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

draft/2024-12-25-this-week-in-rust.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@ RFCs would benefit from user testing before moving forward:
6767

6868
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
6969
* *No calls for testing were issued this week.*
70+
- [Testing Steps](https://github.com/rust-lang/cargo/issues/13873)
7071

7172
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
7273
* *No calls for testing were issued this week.*
74+
- [Testing steps]()
7375

7476
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
75-
* *No calls for testing were issued this week.*
77+
* [CfT: Test out Rustup's `reqwest` backend with `rustls`](https://github.com/rust-lang/rustup/issues/3806)
78+
- [Testing steps](https://github.com/rust-lang/rustup/issues/3806#issue-2278962476)
7679

7780
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
7881
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -139,6 +142,7 @@ Revision range: [1b3fb316..0eca4dd3](https://perf.rust-lang.org/?start=1b3fb3167
139142
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
140143
are the RFCs that were approved for implementation this week:
141144

145+
* [Add support for `use Trait::func`](https://github.com/rust-lang/rfcs/pull/3591)
142146
* [crates.io: Trusted Publishing Support](https://github.com/rust-lang/rfcs/pull/3691)
143147

144148
### Final Comment Period
@@ -175,6 +179,7 @@ which are reaching a decision. Express your opinions now.
175179
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
176180

177181
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
182+
* [new] [RFC: Set CARGO_CHECK environment variable when type checking](https://github.com/rust-lang/rfcs/pull/3748)
178183
* [new] [unsized params in traits](https://github.com/rust-lang/rfcs/pull/3745)
179184
* [new] [Convert "reassignment of immutable local" and "mutable borrow of immutable local" from a hard error to a deny-by-default lint](https://github.com/rust-lang/rfcs/pull/3742)
180185

0 commit comments

Comments
 (0)