Jelte Fennema-Nio
Jelte Fennema-Nio
@tyranron ping
No worries, it happens. "Next 2 weeks or so" sounds amazing.
tl;dr I like your previous proposal much better. Honestly, I cannot think of a reasonable case where anyone would do something like this: `#[display("{}", format!("{_0:p}"))]`. So I think optimizing for...
@tyranron that sounds like a great solution. And I think you wouldn't even need to implement `fmt::Debug` (and the other non `fmt::Pointer` traits in `fmt`), as long as you implement...
> @JelteF by the way, despite me being too busy to get on this lately, it appears for the better... today, when I was dreaming, I figured out the solution...
> For me, this situation seems to be less confusing than special-casing, because auto-deref should work for the majority of cases I think a fairly common case that would be...
Closing this one in favor if #381
Okay I played around with that idea a bit more, but I cannot get it to do the thing you say it should do for anything but the most basic...
> for named arguments outside the formatting expression (like ("{whathever:p}")) this is a bit trickier, because we need to introduce an additional binding in the scope like let _p_whathever =...
Finally, I even if you can get `PtrWrapper` to actually work. I think it's easier to explain to people that in the expressions the field names are references to the...