Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yay, no more int/uint! #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Yay, no more int/uint! #21

wants to merge 1 commit into from

Conversation

iirelu
Copy link
Contributor

@iirelu iirelu commented Apr 13, 2015

Also some words changed around, with recommendations against using isize/usize everywhere.


```rust
fn main() {
let x: bool = true;
let x = 34; // type int
let x = 34u; // type uint
let x = 34is; // x: isize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am surprised 34is still works

@nrc
Copy link
Owner

nrc commented Apr 13, 2015

looks good, thanks! I left a bunch of comments inline, most are pretty trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants