We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)