diff options
| author | Miguel Ojeda <[email protected]> | 2023-04-18 23:43:45 +0200 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2023-05-31 16:12:06 +0200 |
| commit | f438c1dd9ec2687b9d1e72e36cc44318634671a0 (patch) | |
| tree | eae4625a5bd87ab14c561267c9fa2e557f9588dd /rust/alloc | |
| parent | 7877cb91f1081754a1487c144d85dc0d2e2e7fc4 (diff) | |
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]>
Diffstat (limited to 'rust/alloc')
| -rw-r--r-- | rust/alloc/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/alloc/README.md b/rust/alloc/README.md index c89c753720b5..eb6f22e94ebf 100644 --- a/rust/alloc/README.md +++ b/rust/alloc/README.md @@ -10,6 +10,9 @@ upstream. In general, only additions should be performed (e.g. new methods). Eventually, changes should make it into upstream so that, at some point, this fork can be dropped from the kernel tree. +The Rust upstream version on top of which these files are based matches +the output of `scripts/min-tool-version.sh rustc`. + ## Rationale |