Lukas Bergdoll

Results 7 comments of Lukas Bergdoll

Initially just reading the documentation I found `expose_addr` very confusing and it took me some time to spot the subtle difference to `addr`. Expose in the name made me think...

Thinking a bit more about it, * `leak_origin` + `guess_origin` Similar as above, but it clearly states that `guess_origin` is an imperfect operation that might not guess correctly. And could...

What is missing for this to be supported?

@Veykril Microsoft or in particular @sandy081 don't seem to prioritize this issue. Would it be possible to detect that a hover has both general information like documentation and an error....

Honest question, why build and maintain Yoke, when solutions like [`Ouroboros`](https://github.com/joshua-maros/ouroboros) and [`self_cell`](https://github.com/Voultapher/self_cell) already exist? For example `self_cell` passes it's tests with `-Zmiri-retag-fields`.

@Manishearth well I'd argue a question why a project is using a hand rolled Vec instead of the std one is a valid question on an issue with said custom...

@Manishearth sorry for the perceived derailing of the discussion. I've personally seen too many projects and blog posts talk about their own version of self-referentiell structs in Rust, and more...