Follow-up to #77019 _Originally posted by @bugaevc in https://github.com/rust-lang/rust/pull/77035#issuecomment-697308477:_ Would also be cool to emit this upon encountering ```rust fn foo(_arg: i32): i32 { ... } ``` which is how you'd define the return type in Scala and Kotlin.
Follow-up to #77019
Originally posted by @bugaevc in #77035 (comment):
Would also be cool to emit this upon encountering
which is how you'd define the return type in Scala and Kotlin.