Skip to content

Commit 898baf8

Browse files
committed
Add test_with_disallowed_name
1 parent 2795a60 commit 898baf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ui/disallowed_names.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ mod tests {
7171
}
7272
}
7373
}
74+
75+
#[test]
76+
fn test_with_disallowed_name() {
77+
let foo = 0;
78+
}

0 commit comments

Comments
 (0)