We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93cb0f commit 33c014bCopy full SHA for 33c014b
src/compile/modifier.rs
@@ -1531,6 +1531,8 @@ impl Compiler {
1531
for (local, comp) in path_locals.into_iter().zip(&r.path) {
1532
(self.code_meta.global_references).insert(comp.module.span.clone(), local.index);
1533
}
1534
+ let binfo = &mut self.asm.bindings.make_mut()[local.index];
1535
+ binfo.used = true;
1536
// Handle recursion depth
1537
self.comptime_depth += 1;
1538
if self.comptime_depth > MAX_COMPTIME_DEPTH {
0 commit comments