Skip to content

Commit ec0d000

Browse files
committed
rfl: update subgoals
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 2eb0506 commit ec0d000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/2025h1/rfl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Over the next six months our goal is to stabilize the major bits of tooling used
7373
* production sanitizer flags: `-Zsanitizer=shadow-call-stack`, `-Zsanitizer=kcfi`, `-Zsanitizer-cfi-normalize-integer`.
7474
* the ability to extract dependency info and to configure no-std without requiring it in the source file:
7575
* 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`);
7878
* [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.
7979

8080
In addition, as follow-up from 2024H2, we wish to complete [arbitrary self types v2][astv2] stabilization.

0 commit comments

Comments
 (0)