-
Notifications
You must be signed in to change notification settings - Fork 13k
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
switch to suffix forms of mach literals #129
Comments
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closed by 8030757. |
mbrubeck
pushed a commit
to mbrubeck/rust
that referenced
this issue
Oct 17, 2011
…ar) as a cast notation. Closes rust-lang#129.
rchaser53
pushed a commit
to rchaser53/rust
that referenced
this issue
Jan 19, 2019
Issue84 Add note about ./x.py build
eddyb
pushed a commit
to eddyb/rust
that referenced
this issue
Jun 30, 2020
Rustup to the latest nightly
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Jun 7, 2022
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
u32(1234) should be 1234u32, and handled in the lexer The former is chatty and confuses the issue with runtime calls / casts (the latter of which should be shifted to 'as' casts anyway).
The text was updated successfully, but these errors were encountered: