We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9459f commit 573b897Copy full SHA for 573b897
1 file changed
tests/ui/similar_names.rs
@@ -76,6 +76,9 @@ fn main() {
76
// names often used in win32 code (for example WindowProc)
77
let wparam: i32;
78
let lparam: i32;
79
+
80
+ let iter: i32;
81
+ let item: i32;
82
}
83
84
fn foo() {
0 commit comments