Open
Description
We should discuss this bit of evidence that came in after the FCP completed on:
This completely broke Jiff once the change landed. Because it specifically supports negating spans like
-1.hour()
. In the case of Jiff, there is no ambiguity because-1.hour()
and(-1).hour()
and-(1.hour())
are all precisely equivalent.
cc @BurntSushi @rust-lang/lang
@rustbot labels +T-lang +I-lang-nominated