Brussels / 3 & 4 February 2024

schedule

Writing your own Rust linter


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.

Speakers

Photo of Guillaume Gomez Guillaume Gomez

Links