You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/t.rs:4:9: 4:22 error: mismatched types: expected `u32` but found `uint` (expected `u32` but found `u`)
/tmp/t.rs:4 foo(1*(1 as uint));
^~~~~~~~~~~~~
error: aborting due to previous error
Note the strange parenthetical: "(expected u32 but found u)"