diff options
| author | Tobias Bucher <tobiasbucher5991@gmail.com> | 2025-01-09 13:52:18 +0100 |
|---|---|---|
| committer | Tobias Bucher <tobiasbucher5991@gmail.com> | 2025-01-31 15:13:46 +0100 |
| commit | 2e4391218476c0ffe092e4e32c9b6ae5057e5a0a (patch) | |
| tree | 053611f07b2108ca9654e004f5f3dc9fc21f792a /compiler/rustc_session | |
| parent | 15c6f7e1a3a0e51c9b18ce5b9a391e0c324b751c (diff) | |
| download | rust-2e4391218476c0ffe092e4e32c9b6ae5057e5a0a.tar.gz rust-2e4391218476c0ffe092e4e32c9b6ae5057e5a0a.zip | |
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 d586f913335..5defcf4ee94 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`. //! |
