Skip to content

Commit c9d7cdd

Browse files
authored
Update posts/2025-12-02-project-goals-nov-update.md
1 parent 5a8ab7f commit c9d7cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/2025-12-02-project-goals-nov-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ Rust 2024 has now entered the nightly beta and is expected to stabilize as part
148148

149149
* rust-lang/rust#125116 has been merged, marking half of the goal as formally completed.
150150
* Discussions on [using `cargo cache` on CI](https://github.com/rust-lang/rust-clippy/issues/13033#issuecomment-2501279515) are beginning to take form.
151+
* rust-lang/rust#125116 may be contested in results. The impact may not be as large as expected, even on Clippy.
152+
* We've been experimenting with Clippy using `rustc_driver` as a static library, instead of dynamic linking. This would be us both a way to check the performance impact of `rustc_driver` as a shared library, **and** a way to profile Clippy without filtering between `dl_*` calls.
151153

152154
<div style="display: flex;" class="mt2 mb3">
153155
<div style="flex: auto;"><a href='https://github.com/rust-lang/rust-project-goals/issues/115'><strong>Patterns of empty types</strong></a></div>

0 commit comments

Comments
 (0)