Uh oh!
There was an error while loading. Please reload this page.
Update to nightly-2025-08-11. - #291
Conversation
nnethercote
commented
Oct 17, 2025
This doesn't work because rust-lang/rust#144192 changed the signature of |
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.
nnethercote
commented
Oct 31, 2025
Thanks for the help! I will try to translate your words into the relevant code. |
- `CoverageInfoBuilderMethods::init_coverage` was removed. - The `ret_ptr` argument was added to `BuilderMethods::atomic_rmw`, see rust-lang/rust#144192.
174cedd to
8273a42Comparennethercote
commented
Nov 3, 2025
I have made some progress. I have plausible code for I'm not even sure if this is related to the |
nnethercote
commented
Nov 5, 2025
The assertion failure is unrelated to the |
fee1-dead
commented
Apr 30, 2026
superseded by #349 |
CoverageInfoBuilderMethods::init_coveragewas removed.ret_ptrargument was added toBuilderMethods::atomic_rmw, see atomicrmw on pointers: move integer-pointer cast hacks into backend rust-lang/rust#144192.