Uh oh!
There was an error while loading. Please reload this page.
Change std::error::Error trait documentation to talk about source instead of cause - #57192
Conversation
rust-highfive
commented
Dec 29, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Kimundi (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. |
wesleywiser
commented
Jan 10, 2019
Thanks! @bors r+ rollup |
bors
commented
Jan 10, 2019
📌 Commit 9de89531989202e928369217a3725ee6822b3e0d has been approved by |
bors
commented
Jan 10, 2019
⌛ Testing commit 9de89531989202e928369217a3725ee6822b3e0d with merge c6799596938212e885586e68578e7f4d47f77223... |
bors
commented
Jan 10, 2019
💔 Test failed - status-appveyor |
czipperz
commented
Jan 10, 2019
@wesleywiser I'm going to rebase this commit and see if that fixes anything |
9de8953 to
564a24cComparewesleywiser
commented
Jan 10, 2019
@bors r+ rollup |
bors
commented
Jan 10, 2019
📌 Commit 564a24c has been approved by |
…ource, r=wesleywiser Change std::error::Error trait documentation to talk about `source` instead of `cause` Resolvesrust-lang#57056
Rollup of 26 pull requests Successful merges: - #56425 (Redo the docs for Vec::set_len) - #56906 (Issue #56905) - #57042 (Don't call `FieldPlacement::count` when count is too large) - #57175 (Stabilize `let` bindings and destructuring in constants and const fn) - #57192 (Change std::error::Error trait documentation to talk about `source` instead of `cause`) - #57296 (Fixed the link to the ? operator) - #57368 (Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache) - #57400 (Rustdoc: update Source Serif Pro and replace Heuristica italic) - #57417 (rustdoc: use text-based doctest parsing if a macro is wrapping main) - #57433 (Add link destination for `read-ownership`) - #57434 (Remove `CrateNum::Invalid`.) - #57441 (Supporting backtrace for x86_64-fortanix-unknown-sgx.) - #57450 (actually take a slice in this example) - #57459 (Reference tracking issue for inherent associated types in diagnostic) - #57463 (docs: Fix some 'second-edition' links) - #57466 (Remove outdated comment) - #57493 (use structured suggestion when casting a reference) - #57498 (make note of one more normalization that Paths do) - #57499 (note that FromStr does not work for borrowed types) - #57505 (Remove submodule step from README) - #57510 (Add a profiles section to the manifest) - #57511 (Fix undefined behavior) - #57519 (Correct RELEASES.md for 1.32.0) - #57522 (don't unwrap unexpected tokens in `format!`) - #57530 (Fixing a typographical error.) - #57535 (Stabilise irrefutable if-let and while-let patterns) Failed merges: r? @ghost
Resolves#57056