Hello #Rustaceans 👋

I'm just getting started with #Rust and I'm following the tutorial here https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html and coding with #VSCode

I'm wondering what those things added by VSCode are, compared to the original code I type.

What do they mean? Maybe they are important and helpful but they make my code reading more difficult 🤔

Thank you in advance for any helpful #tip 🙌

#programming #development #developers #tutorial

Programming a Guessing Game - The Rust Programming Language

@andreagrandi Those are very useful actually - the show the return value of the function you are calling. Without them it can be hard to visualize in your head what type you get back in each step.