Skip to content

Commit 07618af

Browse files
nikomatsakislqd
andauthored
Update src/2025h1/README.md
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
1 parent a4eb157 commit 07618af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2025h1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The flagship goals proposed for this roadmap are as follows:
5050
* 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);
5151
* add rustdoc features to extract and customize rustdoc tests (`--extract-doctests`);
5252
* 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`);
5454
* 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:
5555
* 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/);
5656
* author a first draft for a [Rust vision doc](./rust-vision-doc.md) and gather feedback.

0 commit comments

Comments
 (0)