diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-02-11 18:04:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 18:04:22 +0100 |
| commit | d719afdbd993fa9bac1cd5db09dd296af0afd154 (patch) | |
| tree | 33ea50b90fe74bf839287b08817e288ff293b76b /compiler/rustc_session | |
| parent | 8c61cd4df8434573190336b8f16169f3c2b22a7a (diff) | |
| parent | 2e4391218476c0ffe092e4e32c9b6ae5057e5a0a (diff) | |
Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez
it-self → itself, build-system → build system, type-alias → type alias
Diffstat (limited to 'compiler/rustc_session')
| -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 4762281c329..aa9ebdd9cea 100644 --- a/compiler/rustc_session/src/config/cfg.rs +++ b/compiler/rustc_session/src/config/cfg.rs @@ -9,7 +9,7 @@ //! //! ## Adding a new cfg //! -//! Adding a new feature requires two new symbols one for the cfg it-self +//! Adding a new feature requires two new symbols one for the cfg itself //! and the second one for the unstable feature gate, those are defined in //! `rustc_span::symbol`. //! |
