mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Better checks for missing @dynamic. Addresses #1055.
This commit is contained in:
@@ -45,7 +45,7 @@ fn TempAllocator*! new_temp(usz size, Allocator* using)
|
||||
return allocator;
|
||||
}
|
||||
|
||||
fn usz TempAllocator.mark(&self) => self.used;
|
||||
fn usz TempAllocator.mark(&self) @dynamic => self.used;
|
||||
|
||||
fn void TempAllocator.release(&self, void* old_pointer, bool) @dynamic
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user