docs(guide): When suggesting alt dev profile, link to related issue (#16275)

### What does this PR try to resolve?

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.

### How to test and review this PR?
This commit is contained in:
Weihang Lo 2025-11-21 17:13:38 +00:00 committed by GitHub
commit f3b7ff70e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,8 @@ This will:
- Avoid generating any debug information for dependencies
- Provide an opt-in for when debugging via [`--profile debugging`](../reference/profiles.md#custom-profiles)
> **Note:** re-evaluating the `dev` profile is being tracked in [#15931](https://github.com/rust-lang/cargo/issues/15931).
Trade-offs:
- ✅ Faster code generation (`cargo build`)
- ✅ Faster link times