-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Use detailed and shorter fs error explaination #79399
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
triage: |
@JohnCSimon I am waiting for reviewers to give feedbacks and comments, I shared suggestions above but no one give feedback. |
@pickfire: 🔑 Insufficient privileges: Not in reviewers |
Could you also squash commits into one? |
Includes suggestion from the8472 rust-lang#79390 (comment) More detail error explanation in fs doc
Done |
Consistency for rust-lang#79399 Suggested by JohnTitor Improve fs error invaild input for sys_common The text was duplicated from unix.
Thanks! @bors r+ |
📌 Commit 5495ce0 has been approved by |
⌛ Testing commit 5495ce0 with merge 99595f1842d4042789718c373f46b9eb5b534707... |
@bors retry yielding |
Rollup of 10 pull requests Successful merges: - rust-lang#79399 (Use detailed and shorter fs error explaination) - rust-lang#83348 (format macro argument parsing fix) - rust-lang#83462 (ExitStatus: print "exit status: {}" rather than "exit code: {}" on unix) - rust-lang#83526 (lazily calls some fns) - rust-lang#83558 (Use DebugStruct::finish_non_exhaustive() in std.) - rust-lang#83559 (Fix Debug implementation for RwLock{Read,Write}Guard.) - rust-lang#83560 (Derive Debug for io::Chain instead of manually implementing it.) - rust-lang#83561 (Improve Debug implementations of Mutex and RwLock.) - rust-lang#83567 (Update rustup cross-compilation docs link) - rust-lang#83569 (Add regression tests for rust-lang#56445) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Improve fs error open_from unix Consistency for rust-lang#79399 Suggested by JohnTitor r? `@JohnTitor` Not user if the error is too long now, do we handle long errors well?
Includes suggestion from @the8472 #79390 (comment)