From 37c36f0c0f66e4b1aef3086abd59693f33894dcd Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Tue, 12 Nov 2024 12:56:19 +0100 Subject: [PATCH] Contributing: add checklist item about testing stable & minimum Rust versions Signed-off-by: Miguel Ojeda --- src/Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Contributing.md b/src/Contributing.md index 1da11d7..b5ef0c2 100644 --- a/src/Contributing.md +++ b/src/Contributing.md @@ -112,6 +112,8 @@ For new abstractions and modules, and especially for those that require new kern - When submitting changes to `#[test]`s, please test them by running the `rusttest` target. + - Ideally, please check your changes with both the latest stable Rust compiler as well as the minimum supported version (`scripts/min-tool-version.sh rustc`), including Clippy. + ### Key cycle dates - Patches can be sent anytime.