diff options
| author | Ralf Jung <post@ralfj.de> | 2024-04-17 12:30:45 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-04-17 13:00:43 +0200 |
| commit | 8b35be741fd1e46f81a3614478279d718701783e (patch) | |
| tree | c44aee9429632567c7e3a74646d67145339aa635 /compiler/rustc_feature/src | |
| parent | d101971ab10ebc95ad0664b704b730ce792d8fc5 (diff) | |
| download | rust-8b35be741fd1e46f81a3614478279d718701783e.tar.gz rust-8b35be741fd1e46f81a3614478279d718701783e.zip | |
consistency rename: language item -> lang item
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 4f62323231a..23b3f31b437 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -798,7 +798,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ // ========================================================================== gated!( lang, Normal, template!(NameValueStr: "name"), DuplicatesOk, EncodeCrossCrate::No, lang_items, - "language items are subject to change", + "lang items are subject to change", ), rustc_attr!( rustc_pass_by_value, Normal, template!(Word), ErrorFollowing, |
