Josiah Bills

Results 49 comments of Josiah Bills

A cursory review of the code makes it look like this is blocked on a functional lending iterator, something GATs don't support yet.

Further investigation reveals that this may be solvable with https://github.com/rusqlite/rusqlite/issues/165

Apologies for the delay, wasn't able to work up motivation to work on this again until today. Thanks for the review!

This can be inferred directly from the desugaring described in the RFC. If the trait has generics, they must be inferrable in order for `Trait::method()` to work, hence the same...

Just wanted to ping this, is there anything I can do to keep this moving?

I just wanted to hop in and note that this idea is kind of like treating effects as a special kind of marker trait. The proposed syntax above could be...

> keyword generics are followed by `if` This might not necessarily be true; an unconditional effect could be expressed using the postfix notation. It might still be unambiguous though.

I tested in debug and release. I saw the same results in both. In opengl it still feels delayed, though the delay is much smaller. It is just slightly slower...

The current implementation of this feature doesn't reflow short comments back into the lines above. Is this something that could be implemented?

If you are interested, I have the source for a parser for https://github.com/CesiumGS/quantized-mesh written in Rust lying around somewhere.