mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

implement convert to guarded return assist for `let` statement with type that implements `std::ops::Try` I've tried to implement the assist that #16390 talked about If there are any improvements that I can make in implementation, please suggest them. 