diff --git a/draft/2025-11-05-this-week-in-rust.md b/draft/2025-11-05-this-week-in-rust.md index 6cc166683..4ba35585a 100644 --- a/draft/2025-11-05-this-week-in-rust.md +++ b/draft/2025-11-05-this-week-in-rust.md @@ -85,33 +85,11 @@ If you are a feature implementer and would like your RFC to appear in this list, `call-for-testing` label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature need testing. - [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. @@ -275,6 +253,10 @@ which are reaching a decision. Express your opinions now. * [Make deref_nullptr deny by default instead of warn](https://github.com/rust-lang/rust/pull/148122) * [Tracking Issue for `const_mul_add`](https://github.com/rust-lang/rust/issues/146724) +##### [Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html) + +* [remove support for `typeof`](https://github.com/rust-lang/compiler-team/issues/940) + ##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) * [Guarantee the binary representation of `isize` explicitly](https://github.com/rust-lang/reference/pull/2064)