Now `try!` macro has been deprecated in #62672. I think it's time to automatically fix `try!(expr)` to `expr?` in edition lint.