Adapt to changed hashmap API

This commit is contained in:
Robin Voetter
2021-06-05 13:42:30 +02:00
parent e0101accda
commit beaa5bb0a5
2 changed files with 5 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ fn Renderer(comptime WriterType: type) type {
return error.InvalidRegistry;
}
result.entry.value = &decl.decl_type;
result.value_ptr.* = &decl.decl_type;
}
return Self{