mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Dynamic protocols.
This commit is contained in:
committed by
Christoffer Lerno
parent
4cc30c0d33
commit
49c4595457
@@ -30,7 +30,7 @@ fn bool Backtrace.is_unknown(&self)
|
||||
return !self.object_file.len;
|
||||
}
|
||||
|
||||
fn usz! Backtrace.to_format(&self, Formatter* formatter) @dynamic
|
||||
fn usz! Backtrace.to_format(&self, Formatter* formatter) : Printable
|
||||
{
|
||||
if (self.has_file())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user