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.
The compiler should show a warning message when is used a negative number into a like-uint type
let n: u8 = -1; println!("{}", n); // => 255