Jana Dönszelmann
Jana Dönszelmann
It took me a bit to find it haha
In the edit tab of the questions menu, when deleting a question, the client does not update (to remove the question from visibility) while in the database it is marked...
Over the last week, I attempted to thoroughly understand rust's query system by implementing a toy one myself. That's not very relevant, but what is, is that I ended up...
Added a section on overlap checks after talking with @lcnr
This PR needs some explanation, it's somewhat large. - This is step one as described in https://github.com/rust-lang/compiler-team/issues/796. I've added a new `hir::Attribute` which is a lowered version of `ast::Attribute`. Right...
I'm pretty sure this needs to be `generatedCargoNix` instead of `appliedCargoNix`. I'm no expert using this project but I think I spent some time debugging this before, and today again,...
r? @oli-obk This PR: - creates a new parser for inline attributes - creates consistent error messages and error codes between attribute parsers; inline and others - as such changes...
r? @oli-obk I'm afraid we'll get quite a few of these PRs in the future. If we get a lot of trivial changes I'll start merging multiple into one PR....
r? @oli-obk This PR adds a new field to OwnerInfo to buffer lints which are generated during attribute parsing and ast lowering in general. They can't be emitted at this...