Results 606 comments of Niko Matsakis

I've been holding off on updating this as we await the fate of https://github.com/rust-lang/rust/issues/98095 (fix pending in https://github.com/rust-lang/rust/pull/98109). It'd be a shame to post this triumphant blog post and then...

So I have a simple fix that addresses the case from the OP and `impl_that_should_work2`, but which does not fix `impl_that_should_work`. That case is a bit trickier. The code that...

So why doesn't `impl_that_should_work` work? Well, the problem has do with handling of associated types and the lack of an explicit impl. We wind up concluding that `T: Database` may...

Implementation steps: * [ ] Extend chalk-ir * [ ] Extend RustIrDatabase types * [ ] Extend program clause generation * [ ] Extend parser and unit testing ## Extend...

@compiler-errors I'd be very psyched to see you continue with this work! I did have thoughts for another approach, but essentially what I wanted to do was to make "methods"...

Hi @HKalbasi ! Thanks for this. I'm going to take a look later today or this week.

chalk's parser isn't really meant to be "general purpose", it's more for writing tests, so I'm not overly concerned