[$] Coccinelle for Rust

Post Syndicated from daroc original https://lwn.net/Articles/991399/

Tathagata Roy has been working to make the

Coccinelle
tool that is used (among other things)
to automate the refactoring of C code work on Rust
code as well. Roy gave a
presentation at Kangrejos about that work,
including the creative approaches necessary to work with Rust’s more complicated
control flow and syntax.