1 2 3 4 5 6 7 8 9
fn main() { Let a = 10; //~^ ERROR expected one of } fn code() { lett a = 10; //~^ ERROR expected one of }