diff options
| author | Urgau <urgau@numericable.fr> | 2024-02-25 15:45:43 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-04-15 21:49:56 +0200 |
| commit | a20de73ccfdf24a59f43da9cf9e0d95ca40d6aab (patch) | |
| tree | ea3440fac2778442bd857f45feb506ee4090b51a /compiler/rustc_session/src | |
| parent | 909fcfcb6a01b9a811835ba001954e6c62b2a2bc (diff) | |
| download | rust-a20de73ccfdf24a59f43da9cf9e0d95ca40d6aab.tar.gz rust-a20de73ccfdf24a59f43da9cf9e0d95ca40d6aab.zip | |
Move --check-cfg documentation to stable books
Diffstat (limited to 'compiler/rustc_session/src')
| -rw-r--r-- | compiler/rustc_session/src/config/cfg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/config/cfg.rs b/compiler/rustc_session/src/config/cfg.rs index 34dcd0cf598..31badbd8692 100644 --- a/compiler/rustc_session/src/config/cfg.rs +++ b/compiler/rustc_session/src/config/cfg.rs @@ -257,7 +257,7 @@ impl CheckCfg { // `tests/ui/check-cfg/well-known-values.rs` (in order to test the // expected values of the new config) and bless the all directory. // - // Don't forget to update `src/doc/unstable-book/src/compiler-flags/check-cfg.md` + // Don't forget to update `src/doc/rustc/src/check-cfg.md` // in the unstable book as well! ins!(sym::debug_assertions, no_values); |
