Skip to content

Commit 32f68f6

Browse files
ojedaintel-lab-lkp
authored andcommitted
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. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1944caa commit 32f68f6

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)