Skip to content

Commit 40f1640

Browse files
committed
rust: alloc: clarify what is the upstream version
It may be unclear for readers which upstream Rust version these files are based on. They may be unaware that they are intended to match the minimum (and only, so far) supported version of Rust in the kernel. Thus clarify it. Reviewed-by: Benno Lossin <[email protected]> Reviewed-by: Björn Roy Baron <[email protected]> Reviewed-by: Gary Guo <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Tested-by: Ariel Miculas <[email protected]> Tested-by: David Gow <[email protected]> Tested-by: Boqun Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent ac9a786 commit 40f1640

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/alloc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ upstream. In general, only additions should be performed (e.g. new
1010
methods). Eventually, changes should make it into upstream so that,
1111
at some point, this fork can be dropped from the kernel tree.
1212

13+
The Rust upstream version on top of which these files are based matches
14+
the output of `scripts/min-tool-version.sh rustc`.
15+
1316

1417
## Rationale
1518

0 commit comments

Comments
 (0)