@@ -62,29 +62,19 @@ and just ask the editors to select the category.
62
62
[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
63
63
64
64
## Calls for Testing
65
-
66
65
An important step for RFC implementation is for people to experiment with the
67
- implementation and give feedback, especially before stabilization. The following
68
- RFCs would benefit from user testing before moving forward:
69
-
70
- <!-- Calls for Testing go here, use this format:
71
- * [<RFC Topic>](<RFC URL>)
72
- * [Tracking Issue](<Tracking Issue URL>)
73
- * [Testing steps](<Testing Steps URL>)
74
- -->
75
- <!-- or if there are no new or updated RFCs this week, use: -->
76
- <!-- * *No New or Updated RFCs were created this week.* -->
77
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
66
+ implementation and give feedback, especially before stabilization.
78
67
79
- ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
68
+ If you are a feature implementer and would like your RFC to appear in this list, add a
69
+ ` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
70
+ guidance on which aspect(s) of the feature need testing.
80
71
81
- ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
72
+ * * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
73
+ [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
74
+ [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
75
+ [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
82
76
83
- ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
84
-
85
- If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
86
- label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
87
- need testing.
77
+ [ Let us know] ( https://github.com/rust-lang/this-week-in-rust/issues ) if you would like your feature to be tracked as a part of this list.
88
78
89
79
## Call for Participation; projects and speakers
90
80
@@ -125,47 +115,35 @@ If you are an event organizer hoping to expand the reach of your event, please s
125
115
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
126
116
are the RFCs that were approved for implementation this week:
127
117
128
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
129
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
130
- <!-- * []() -->
131
-
132
- <!--
133
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
134
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
135
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
136
- -->
118
+ * * No RFCs were approved this week.*
137
119
138
120
### Final Comment Period
139
121
140
122
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
141
123
which are reaching a decision. Express your opinions now.
142
124
143
- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
144
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
145
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
146
- <!-- * [disposition: ] []() -->
147
-
148
125
#### Tracking Issues & PRs
149
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
150
- <!-- or if none entered FCP this week, use: -->
151
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
152
- <!-- * [disposition: ] []() -->
153
-
154
126
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
127
+ * [ Set MSG\_ NOSIGNAL for UnixStream] ( https://github.com/rust-lang/rust/pull/140005 )
128
+ * [ Reject unsupported ` extern "{abi}" ` s consistently in all positions] ( https://github.com/rust-lang/rust/pull/142134 )
129
+
155
130
156
131
##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
132
+ * [ Add ` http.proxy-cainfo ` config for proxy certs] ( https://github.com/rust-lang/cargo/pull/15374 )
157
133
158
- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
134
+ ##### [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
135
+ * [ Declarative ` macro_rules! ` derive macros] ( https://github.com/rust-lang/rfcs/pull/3698 )
136
+ * [ Declarative ` macro_rules! ` attribute macros] ( https://github.com/rust-lang/rfcs/pull/3697 )
159
137
160
- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
138
+ * No Items entered Final Comment Period this week for
139
+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
140
+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) or
141
+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
161
142
162
- ##### [ Unsafe Code Guidelines ] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
143
+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
163
144
164
145
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
165
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
166
- <!-- or if there are no new or updated RFCs this week, use: -->
167
- <!-- * *No New or Updated RFCs were created this week.* -->
168
- <!-- * [new|updated] []() -->
146
+ * [ new] [ RFC: ` #[export_visibility = ...] ` attribute.] ( https://github.com/rust-lang/rfcs/pull/3834 )
169
147
170
148
## Upcoming Events
171
149
0 commit comments