diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-06-29 05:48:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 05:48:39 +0200 |
| commit | 42a495da7ec634a6e904732ae747f448a52beb3b (patch) | |
| tree | 63e6a2d964c82b0780428b3b89779e3bdc756e73 /compiler/rustc_span | |
| parent | 75726cae37317c7262b69d3e9fd11a3496a88d04 (diff) | |
| parent | 98a86ffc9ffbbd8a94ba219b9cddc3d20ba23f4d (diff) | |
| download | rust-42a495da7ec634a6e904732ae747f448a52beb3b.tar.gz rust-42a495da7ec634a6e904732ae747f448a52beb3b.zip | |
Rollup merge of #112670 - petrochenkov:typriv, r=eholk
privacy: Type privacy lints fixes and cleanups See individual commits. Follow up to https://github.com/rust-lang/rust/pull/111801.
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index c71ed2097b8..c58d85b99f7 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1558,6 +1558,7 @@ symbols! { type_length_limit, type_macros, type_name, + type_privacy_lints, u128, u16, u32, |
