Deprecated '&' macro arguments.

This commit is contained in:
Christoffer Lerno
2025-01-08 22:13:49 +01:00
parent 9412b58d80
commit 8e0d6d11b9
24 changed files with 288 additions and 304 deletions

View File

@@ -68,4 +68,4 @@ fn usz! TestReader.read(&self, char[] bytes) @dynamic
return n;
}
fn char! TestReader.read_byte(&self) @dynamic => io::@read_byte_using_read(self);
fn char! TestReader.read_byte(&self) @dynamic => io::read_byte_using_read(self);