Uh oh!
There was an error while loading. Please reload this page.
On obligation errors point at the unfulfilled binding when possible - #64151
Conversation
rust-highfive
commented
Sep 4, 2019
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
Sep 4, 2019
CC @nikomatsakis@Centril, I'd like a couple of extra eyes to make sure I'm not pointing at the wrong binding accidentally. |
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
6e5a280 to
07ea946CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
varkor
commented
Sep 10, 2019
@bors r+ |
bors
commented
Sep 10, 2019
📌 Commit 3109b1f47891a11037e446a5809bf385f5326b12 has been approved by |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
estebank
commented
Sep 11, 2019
oli-obk
commented
Sep 11, 2019
Sorry on mobile until Friday. I don't know where it was |
estebank
commented
Sep 16, 2019
I believe this might be the same as #46948 |
3109b1f to
eac2b02Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
58ffcbd to
ff75124Compareestebank
commented
Sep 22, 2019
Progress: fixed the NLL tests. @bors r=varkor |
bors
commented
Sep 22, 2019
📌 Commit ff75124 has been approved by |
bors
commented
Sep 22, 2019
bors
commented
Sep 23, 2019
☀️ Test successful - checks-azure |
consistent handling of missing sysroot spans Due to rust-lang#53081, sysroot spans (pointing to code in libcore/libstd/...) fails to print on some x86 runners. This consolidates the ignore directives for that and references the relevant issue. I also did that for the generated derive-error-span tests -- but there the script and the tests were not entirely in sync any more since rust-lang#64151. Cc @estebank@varkor
consistent handling of missing sysroot spans Due to rust-lang#53081, sysroot spans (pointing to code in libcore/libstd/...) fails to print on some x86 runners. This consolidates the ignore directives for that and references the relevant issue. I also did that for the generated derive-error-span tests -- but there the script and the tests were not entirely in sync any more since rust-lang#64151. Cc @estebank@varkor
CC #42855, #64130, #64135. Fix#61860.