If you need to find'n'replace expressions in #Rust code, use https://github.com/google/rerast
For example, you can replace all uses of the old `try!()` macro with the `?` operator that replaced it:
https://users.rust-lang.org/t/automatically-replace-all-try-with/16873