preamble to usingnamespace

This commit is contained in:
SuperAuguste
2020-06-08 23:21:55 -04:00
parent 20434839f1
commit 3c2c1e97ed
2 changed files with 20 additions and 0 deletions

View File

@@ -993,6 +993,9 @@ pub fn declsFromIndexInternal(
try declsFromIndexInternal(arena, decls, tree, child, source_index, innermost_container);
}
}
},
.Use => {
},
else => {},
}