From 9433b601ce7c1e08410c4fa779bb0568a65559f9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 18 Nov 2024 13:14:08 -0600 Subject: [PATCH] docs(unstable): Link to -Zwarnings issue, tracking issue --- src/doc/src/reference/unstable.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 57fc0e03040..c59600a5d5e 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -1748,6 +1748,9 @@ When in doubt, you can discuss this in [#14520](https://github.com/rust-lang/car ## warnings +* Original Issue: [#8424](https://github.com/rust-lang/cargo/issues/8424) +* Tracking Issue: [#14802](https://github.com/rust-lang/cargo/issues/14802) + The `-Z warnings` feature enables the `build.warnings` configuration option to control how Cargo handles warnings. If the `-Z warnings` unstable flag is not enabled, then the `build.warnings` config will be ignored.