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/Unstable-features.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
@@ -10,6 +10,8 @@ On top of that, the kernel uses some Rust unstable features. These features can
10
10
11
11
When unstable features are deemed mature enough, they may get promoted into stable Rust. In other cases, they may get dropped altogether. Some features are internal to the compiler or perma-unstable.
12
12
13
+
There are ongoing discussions around stability within the Rust project, such as potentially defining [extra phases](https://smallcultfollowing.com/babysteps/blog/2023/09/18/stability-without-stressing-the-out/). These finer-grained levels could be useful for the kernel.
14
+
13
15
## Usage in the kernel
14
16
15
17
The unstable features used in the kernel are tracked at [issue #2](https://github.com/Rust-for-Linux/linux/issues/2).
0 commit comments