i’m starting my study in rust language I have a question
const var_name:i32=1; let var_name1:i32=1;
var_name1 is an immutable variable What is the diff between