You must log in or register to comment.
- 1 day
I think one of the tools that really made a change for me was the rust-analyzer. It was a big difference knowing which var types rust really though I had on a variable or the type that some method is actually outputting, instead of my own (wrong) guesses.
Edit: Also, another example is knowing how many levels of borrowing I had after a method. Those details help understand better.

