-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs(guide): When suggesting alt dev profile, link to related issue #16275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Having sections in the build performance chapter link out to their issues is helpful for: - giving hope that things will improve - providing a place for people to subscribe to for updates - raise visibility for ensuring we get appropriaet feedback (e.g. on degrading the debugger experience) Noticed this was missing while writing up about this new chapter on the blog post.
|
r? @weihanglo rustbot has assigned @weihanglo. Use |
|
"Tests Windows x86_64 gnu nightly" stack overflow: rust-lang/rust#139070 https://github.com/rust-lang/cargo/actions/runs/19479373309/job/55747288407?pr=16275#step:15:4742 |
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Update cargo submodule 7 commits in 5c0343317ce45d2ec17ecf41eaa473a02d73e29c..9fa462fe3a81e07e0bfdcc75c29d312c55113ebb 2025-11-18 19:05:44 +0000 to 2025-11-21 20:49:51 +0000 - Enable CARGO_CFG_DEBUG_ASSERTIONS in build scripts based on profile (rust-lang/cargo#16160) - fix(config-include): disallow glob and template syntax (rust-lang/cargo#16285) - test(config-include): include always relative to including config (rust-lang/cargo#16286) - docs(guide): When suggesting alt dev profile, link to related issue (rust-lang/cargo#16275) - refactor(timings): separate data collection and presentation (rust-lang/cargo#16282) - test(build-std): Add test for LTO (rust-lang/cargo#16277) - fix(bindeps): do not propagate artifact dependency to proc macro or build deps (rust-lang/cargo#15788) r? ghost
What does this PR try to resolve?
Having sections in the build performance chapter link out to their issues is helpful for:
Noticed this was missing while writing up about this new chapter on the blog post.
How to test and review this PR?