▲ | PartiallyTyped 8 hours ago | |
I’ve contributed quite a few patches into clippy, it’s a great project and a great way to learn how the rustc “sees” code; from the AST, to HIR, to using typeck — sometimes we even construct types at runtime to validate the code against — to tracking traits and their implementations across a whole crate! Clippy really is a labour of love project, and it’s been great to work with these folk <3 I will try to pick up some issues in the coming weeks. |