We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
core::tuple has first, second and swap functions. I think it would be nice to have these as methods.
core::tuple
first
second
swap
Possibly the functions should be removed and replaced entirely with the methods?
I can push the (trivial) code for this change, if it is desired?
The text was updated successfully, but these errors were encountered:
Sounds like a good idea.
Sorry, something went wrong.
0487663 should take care of this.
Auto merge of rust-lang#2905 - saethlin:rustup, r=saethlin
f9cff63
rustup
Add disk space output to debug occasional test failures (rust-lang#2905)
5fc7172
Despite freeing up disk space early on, we saw occasional failures like https://github.com/model-checking/kani/actions/runs/7030685174/job/19130721957 that look like running out of disk space. This change should be reverted once we have diagnosed the problem.
No branches or pull requests
core::tuple
hasfirst
,second
andswap
functions. I think it would be nice to have these as methods.Possibly the functions should be removed and replaced entirely with the methods?
I can push the (trivial) code for this change, if it is desired?
The text was updated successfully, but these errors were encountered: