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
rust/src/libnative/io/file_unix.rs
Line 100 in 5660db2
It is normal for pwrite() to return a non-zero value (number of bytes written) but mkerr_libc() always turns it into an Err.
pwrite()
mkerr_libc()
Err
The text was updated successfully, but these errors were encountered:
These implementations have been removed in the interim.
Sorry, something went wrong.
Auto merge of rust-lang#17791 - ShoyuVanilla:await-outside-of-async, …
81cbc78
…r=Veykril feat: Implement diagnostic for `await` outside of `async` Closes rust-lang#17781
Successfully merging a pull request may close this issue.
rust/src/libnative/io/file_unix.rs
Line 100 in 5660db2
It is normal for
pwrite()
to return a non-zero value (number of bytes written) butmkerr_libc()
always turns it into anErr
.The text was updated successfully, but these errors were encountered: