-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std::time::duration::Duration::span() is backwards #18925
Comments
Oh dear, I'm so sorry! I'll fix pronto |
Oh, don't worry about "pronto". By current reckoning you'll get the fix in with less than zero delay, I couldn't ask for more than that! |
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Nov 13, 2014
The subtraction was erroneously backwards, returning negative durations! Closes rust-lang#18925
bors
added a commit
that referenced
this issue
Nov 13, 2014
The subtraction was erroneously backwards, returning negative durations! Closes #18925
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Jan 20, 2025
feat: Render type parameter projection target bounds in inlays
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duration::span()
returns negative durations!cc #18858
The text was updated successfully, but these errors were encountered: