Skip to content

Commit e6fc94c

Browse files
committed
Rust version policy: explain that newer versions should generally work
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent d16032b commit e6fc94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Rust-version-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The kernel documents the [minimal requirements](https://docs.kernel.org/process/
88
99
The reason is that we cannot guarantee newer Rust versions will work due to the [unstable features](Unstable-features.md) in use. Removing the need for them is a priority in order to be able to eventually declare a minimum Rust version for the kernel.
1010

11+
Having said that, generally speaking, newer versions should work, as long as one patches any potential compilation errors coming from changes in unstable features.
12+
1113
## Update policy
1214

1315
### Before a minimum version can be declared

0 commit comments

Comments
 (0)