Closed
Description
error: mismatched types: expected `uint`, found `int` (expected uint, found int)
I guess the parenthetical tells you about the outermost type constructors of the mismatch, e.g. "expected uint, found &-ptr". But in many cases it's redundant. We should get rid of the parenthetical in cases where it's useless, and then add some explanatory text about what it's trying to tell you.