don't try to treat arrays and tuples as literals

This commit is contained in:
Marcus Klaas de Vries
2019-01-11 09:47:31 +01:00
parent 1574715be5
commit 81bc8e4973
5 changed files with 27 additions and 57 deletions

View File

@@ -144,9 +144,7 @@ fn test() {
b'b';
3.14;
5000;
(0u32, -5isize);
false;
[true, true, false]
}
"#,
"literals.txt",