Skip to content

Commit e8d00f9

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-602
1 parent 8324d12 commit e8d00f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft/2025-06-04-this-week-in-rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ which are reaching a decision. Express your opinions now.
122122
* [Stabilize `if let` guards (`feature(if_let_guard)`)](https://github.com/rust-lang/rust/pull/141295)
123123
* [Added `Clone` implementation for `ChunkBy`](https://github.com/rust-lang/rust/pull/138016)
124124
* [Make the `dangerous_implicit_autorefs` lint deny-by-default](https://github.com/rust-lang/rust/pull/141661)
125-
* [Make NonZero<char> possible](https://github.com/rust-lang/rust/pull/141001)
125+
* [Make NonZero\<char> possible](https://github.com/rust-lang/rust/pull/141001)
126126
* [Tracking Issue for nonnull_provenance](https://github.com/rust-lang/rust/issues/135243)
127-
* [disposition: close] [Implement operations for Wrapping<T> where Rhs = T](https://github.com/rust-lang/rust/pull/140567)
127+
* [disposition: close] [Implement operations for Wrapping\<T> where Rhs = T](https://github.com/rust-lang/rust/pull/140567)
128128
* [Split up the `unknown_or_malformed_diagnostic_attributes` lint](https://github.com/rust-lang/rust/pull/140717)
129129
* [Lint on fn pointers comparisons in external macros](https://github.com/rust-lang/rust/pull/134536)
130130
* [Specify the behavior of `file!`](https://github.com/rust-lang/rust/pull/134442)

0 commit comments

Comments
 (0)