Auto merge of #4095 - flip1995:mscn_test, r=phansch

Add test for #3198

Closes #3198

changelog: none
This commit is contained in:
bors 2019-05-14 12:02:22 +00:00
commit 82b2dfb9f6

View File

@ -65,4 +65,9 @@ fn patterns() {
}
}
#[allow(clippy::many_single_char_names)]
fn issue_3198_allow_works() {
let (a, b, c, d, e) = (0, 0, 0, 0, 0);
}
fn main() {}