Skip to content

Commit e34a826

Browse files
ojedafbq
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 ac9a786 commit e34a826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/alloc/README.md

+3
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)