about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/lints.rs
diff options
context:
space:
mode:
authorHTGAzureX1212. <39023054+HTGAzureX1212@users.noreply.github.com>2024-01-23 21:16:24 +0800
committerHTGAzureX1212. <39023054+HTGAzureX1212@users.noreply.github.com>2024-01-23 21:16:24 +0800
commit3a07333a8aa873fcb75d50541f7f209e2a04f80f (patch)
tree6b6149bc30d51f004f17a187378289195c6c1b92 /compiler/rustc_lint/src/lints.rs
parentf3682a1304200d554d2d36abf21376861b9ae14a (diff)
downloadrust-3a07333a8aa873fcb75d50541f7f209e2a04f80f.tar.gz
rust-3a07333a8aa873fcb75d50541f7f209e2a04f80f.zip
address requested changes
Diffstat (limited to 'compiler/rustc_lint/src/lints.rs')
-rw-r--r--compiler/rustc_lint/src/lints.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/src/lints.rs b/compiler/rustc_lint/src/lints.rs
index 7d63fad3044..e19bb1cb62f 100644
--- a/compiler/rustc_lint/src/lints.rs
+++ b/compiler/rustc_lint/src/lints.rs
@@ -1109,6 +1109,7 @@ pub struct IdentifierNonAsciiChar;
 #[diag(lint_identifier_uncommon_codepoints)]
 pub struct IdentifierUncommonCodepoints {
     pub codepoints: Vec<char>,
+    pub codepoints_len: usize,
 }
 
 #[derive(LintDiagnostic)]