Skip to content

Commit a16c8a2

Browse files
committed
Rust version policy: remove spurious newline
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 4b8b4fa commit a16c8a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Rust-version-policy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ For the moment, we cannot guarantee newer Rust versions will always work due to
88

99
To ameliorate that, the kernel is now being built-tested by Rust's pre-merge CI. That is, every change that is attempting to land into the Rust compiler is tested against the kernel, and it is merged only if it passes. Similarly, the `bindgen` tool is also building the kernel in their pre-merge CI too.
1010

11-
Thus, with the pre-merge CI in place, those projects hope to avoid unintentional changes to Rust that break the kernel. This means that, in general, apart from intentional changes on their side (that we will need to workaround conditionally on our side), the upcoming Rust
12-
compiler versions should generally work. This applies to beta and nightly versions of Rust as well.
11+
Thus, with the pre-merge CI in place, those projects hope to avoid unintentional changes to Rust that break the kernel. This means that, in general, apart from intentional changes on their side (that we will need to workaround conditionally on our side), the upcoming Rust compiler versions should generally work. This applies to beta and nightly versions of Rust as well.
1312

1413
In addition, the Rust project has proposed getting the kernel into stable Rust (at least solving the main blockers) as one of its three [flagship goals for 2024H2](https://rust-lang.github.io/rust-project-goals/2024h2/index.html#flagship-goals).
1514

0 commit comments

Comments
 (0)