Uh oh!
There was an error while loading. Please reload this page.
Rollup of 4 pull requests - #42978
Conversation
Try to make clear that this isn't an API guarantee for now, as we likely want to refine these errors in the future, e.g. `ENOSPC` "No space left on device". CC rust-lang#40322
Add pager support for `rustc --explain EXXXX` Hello! This is my take on rust-lang#32665. Thanks! **EDIT:** _I've limited access to a Windows machine so this is taking longer than I've anticipated_. 🐢 cc @alexcrichton@nikomatsakis@Mark-Simulacrum@retep998@ollie27@afiune
Update RLS submodule
…r=GuillaumeGomez Document possible `io::ErrorKind`s of `fs::open` Try to make clear that this isn't an API guarantee for now, as we likely want to refine these errors in the future, e.g. `ENOSPC` "No space left on device". CC rust-lang#40322
…sakis Add E0619 error explanation r? @eddyb
rust-highfive
commented
Jun 30, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
frewsxcv
commented
Jun 30, 2017
@bors r+ rollup |
bors
commented
Jun 30, 2017
📌 Commit dea34bd has been approved by |
frewsxcv
commented
Jun 30, 2017
@bors p=10 |
frewsxcv
commented
Jun 30, 2017
@bors rollup- |
bors
commented
Jun 30, 2017
⌛ Testing commit dea34bd with merge 3da4baaa2c1a8bd6bf3977fe24e7633b9c1deda9... |
bors
commented
Jun 30, 2017
💔 Test failed - status-appveyor |
kennytm
commented
Jun 30, 2017
Legit? Trailing line in UI test |
rustc --explain EXXXX#42732, Update RLS submodule #42911, Document possibleio::ErrorKinds offs::open#42925, Add E0619 error explanation #42957