Uh oh!
There was an error while loading. Please reload this page.
Explain that ? converts the error type using From - #60924
Conversation
rust-highfive
commented
May 17, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
cuviper
commented
May 17, 2019
FWIW, I'm experimenting with using |
@cuviper the regression on error messages should make it obvious when hacks like this are in use. I believe the weird error you note in that PR is partly one of these cases. |
sunjay
left a comment
There was a problem hiding this comment.
Awesome! Thank you Esteban! ❤️
Centril
commented
May 17, 2019
Scheduled a try build for crater. |
petrochenkov
commented
May 17, 2019
@bors r+ rollup |
bors
commented
May 17, 2019
📌 Commit 65b7319 has been approved by |
Explain that ? converts the error type using From Fixrust-lang#60917.
Rollup of 8 pull requests Successful merges: - #60370 (Mark core::alloc::Layout::from_size_align_unchecked const) - #60678 (Stabilize vecdeque_rotate) - #60924 (Explain that ? converts the error type using From) - #60931 (Use iter() for iterating arrays by slice) - #60934 (Declare DefIndex with the newtype_index macro) - #60943 (fix copy-paste typo in docs for ptr::read_volatile) - #60945 (Simplify BufRead::fill_buf doc example using NLL) - #60947 (Fix typos in docs of GlobalAlloc) Failed merges: r? @ghost
bors
commented
May 19, 2019
☔ The latest upstream changes (presumably #60949) made this pull request unmergeable. Please resolve the merge conflicts. |
sunjay
commented
May 19, 2019
Bors was able to merge this even though it was unmergeable? |
tesuji
commented
May 19, 2019
The rollup #60949 contains this PR. |
Fix#60917.