-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Closed
Description
Code:
1u32 << 1u32
results in:
tmp.rs:2:13: 2:17 error: mismatched types: expected `uint` but found `u32` (expected uint but found u32)
tmp.rs:2 1u32 << 1u32;
^~~~
error: aborting due to previous error
Not sure it is a bug, at least it worked several days ago.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.