Let’s take a look at some of the common pitfalls with the keywords let and mut. Then, we will learn how immutable != constant by using variable shadowing.

Getting started with Rust can be daunting. Rust is well-known for being a safe language. One of the ways in which Rust is safe is through type-safety. Rust is strongly typed and defaults to immutable values.

#programming #rust #constant #rustlang

Variable Shadowing In Rust - "Let" Is Immutable But Not Constant
2.25 GEEK