"Writing your own Rust linter" ( 2024 )

Saturday at 11:15, 20 minutes, H.1308 (Rolin), H.1308 (Rolin), Rust devroom Guillaume Gomez , video

This talk will show you how to write your own rust linter using the rustc_tools crate which allows you to have access to the rust compiler API. It can be quite useful if you need specific lints for a project and cannot add them to clippy.

It will explain how the compiler API works and give a small example at the end showing it in action.