Esteban Kuber

Results 157 comments of Esteban Kuber

It might be enough to use `anstyle-svg` for this, but that would require additional work for the existing links. A likely better option would be to have the json output...

@shepmaster I make an effort to make sure that all output is readable as text only, but undoubtedly color makes the output easier to scan and reduces the likelihood of...

I tried some time back making all suggestions have the verbose diff output in https://github.com/rust-lang/rust/pull/127282. Landing that change or one like it will be a huge pain in the neck.

Follow up to https://github.com/rust-lang/rfcs/pull/3107. Noticed as an easy gap to fill during implementation of https://github.com/rust-lang/rfcs/pull/3681.

@Lokathor I'm unsure if I'm reading you right, but that sounds like a *positive* to me 😄

One thing I realized while I was out is that https://github.com/rust-lang/rfcs/pull/3681 would allow us to side-step the lack of perfect derive. The only way of doing perfect derive is with...

> How so? You could generate `where Option: Default` as a bound if that's the field type, no? The only issue that I could think of when doing that blindly...

After a quick conversation with niko, he mentioned that the general version of perfect derives is blocked on resolving the cycle case *when it is indirect*: ```rust struct A {...