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/2025h1/rfl.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ Over the next six months our goal is to stabilize the major bits of tooling used
73
73
* production sanitizer flags: `-Zsanitizer=shadow-call-stack`, `-Zsanitizer=kcfi`, `-Zsanitizer-cfi-normalize-integer`.
74
74
* the ability to extract dependency info and to configure no-std without requiring it in the source file:
75
75
* currently using `-Zbinary_dep_depinfo=y` and `-Zcrate-attr`
76
-
* stable rustdoc features allowing the RFL project to extract and customize rustdoc tests:
77
-
* clippy configuration (`.clippy.toml` in particular and `CLIPPY_CONF_DIR`);
76
+
* stable rustdoc features allowing the RFL project to extract and customize rustdoc tests (`--extract-doctests`);
77
+
* clippy configuration (possibly `.clippy.toml` and `CLIPPY_CONF_DIR`);
78
78
*[a blessed way to rebuild std](./build-std.md): RFL needs a way to rebuild the standard library using stable calls to rustc. Currently building the standard library with rustc is not supported. This is a precursor to what is commonly called `-Zbuild-std`; it is also a blocker to making full use of API-modifying compiler flags and similar features, since they can't be used effectively unless the kernel is rebuilt.
79
79
80
80
In addition, as follow-up from 2024H2, we wish to complete [arbitrary self types v2][astv2] stabilization.
0 commit comments