Rust Programming Language

Writing Your Own Rust Linter

Date / Time
2024-10-17
14:00

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 also explain how the compiler API works and give a small example at the end showing it in action.