Writing your own Rust linter
- Track: Rust devroom
- Room: H.1308 (Rolin)
- Day: Saturday
- Start: 11:15
- End: 11:35
- Video only: h1308
- Chat: Join the conversation!
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
Guillaume Gomez |