@@ -63,6 +63,19 @@ implementation and give feedback, especially before stabilization.
6363If you are a feature implementer and would like your RFC to appear in this list, add a
6464` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
6565guidance on which aspect(s) of the feature need testing.
66+ ### [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing )
67+ * [ Tracking Issue for -Zrustdoc-depinfo] ( https://github.com/rust-lang/cargo/issues/15370 )
68+ * [ Testing Instructions] ( https://github.com/rust-lang/cargo/issues/15370#issuecomment-2932749085 )
69+ * [ Tracking Issue for native-completion] ( https://github.com/rust-lang/cargo/issues/14520 )
70+ * [ Testing Instructions] ( https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#native-completions )
71+ * [ Redefine ` CARGO_TARGET_DIR ` to be only an artifacts directory] ( https://github.com/rust-lang/cargo/issues/14125 )
72+ * [ Testing Instructions] ( https://github.com/rust-lang/cargo/issues/14125#issuecomment-2802967106 )
73+ * [ cargo install --dry-run] ( https://github.com/rust-lang/cargo/issues/11123 )
74+ * [ Testing Instructions] ( https://github.com/rust-lang/cargo/issues/11123#issuecomment-2460846663 )
75+ * [ cargo package --workspace is not very useful] ( https://github.com/rust-lang/cargo/issues/10948 )
76+ * [ Testing Instructions] ( https://github.com/rust-lang/cargo/issues/10948#issuecomment-2540365225 )
77+ * [ cargo publish multiple packages at once] ( https://github.com/rust-lang/cargo/issues/1169 )
78+ * [ Testing Instructions] ( https://github.com/rust-lang/cargo/issues/1169#issuecomment-2540367442 )
6679
6780* * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
6881 [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) or
@@ -122,9 +135,9 @@ which are reaching a decision. Express your opinions now.
122135* [ Stabilize ` if let ` guards (` feature(if_let_guard) ` )] ( https://github.com/rust-lang/rust/pull/141295 )
123136* [ Added ` Clone ` implementation for ` ChunkBy ` ] ( https://github.com/rust-lang/rust/pull/138016 )
124137* [ 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 )
138+ * [ Make NonZero< char > possible] ( https://github.com/rust-lang/rust/pull/141001 )
126139* [ 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 )
140+ * [ disposition: close] [ Implement operations for Wrapping< T > where Rhs = T] ( https://github.com/rust-lang/rust/pull/140567 )
128141* [ Split up the ` unknown_or_malformed_diagnostic_attributes ` lint] ( https://github.com/rust-lang/rust/pull/140717 )
129142* [ Lint on fn pointers comparisons in external macros] ( https://github.com/rust-lang/rust/pull/134536 )
130143* [ Specify the behavior of ` file! ` ] ( https://github.com/rust-lang/rust/pull/134442 )
0 commit comments