Trying to compile the program fn main() { auto b = "hi"; let int i = b; } Results in the error: error: mismatched types: expected str but found str (types differ)