You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Rust-version-policy.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ The kernel documents the [minimal requirements](https://docs.kernel.org/process/
8
8
9
9
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.
10
10
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.
0 commit comments