Closed
Description
It seems that 0.7.1 added infinite recursion to Time.diff_us
. It is defined as:
Line 99 in 3f07d1c
I believe that it should be defined as:
fn Duration Time.diff_us(time, Time other) @operator(-) => (Duration)((long)time - (long)other);