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/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The flagship goals proposed for this roadmap are as follows:
50
50
* taking the first step towards stabilizing [`build-std`](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std) by [creating a stable way to rebuild core with specific compiler options](./build-std.md);
51
51
* add rustdoc features to extract and customize rustdoc tests (`--extract-doctests`);
52
52
* stabilize clippy configuration like `.clippy.toml` and `CLIPPY_CONF_DIR`;
53
-
* stabilize compiler flags to extract dependency info (e.g., as via `-Zbinary_dep_depinfo=y`) and to configure no-std without requiring it in the source file (e.g., as via `-Zcrate-attr`);
53
+
* stabilize compiler flags to extract dependency info (e.g., as via `-Zbinary-dep-depinfo=y`) and to configure no-std without requiring it in the source file (e.g., as via `-Zcrate-attr`);
54
54
* Address the biggest concerns raised by Rust maintainers, lack of face-to-face interaction, by [**organizing the Rust All-Hands 2025**](./all-hands.md). In 2025H1 we plan to:
55
55
* convene Rust maintainers to celebrate Rust's tenth birthday at [RustWeek 2025](https://2025.rustweek.org) (co-organized with [RustNL](https://2025.rustweek.org/about/);
56
56
* author a first draft for a [Rust vision doc](./rust-vision-doc.md) and gather feedback.
0 commit comments