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

switch to suffix forms of mach literals #129

Closed
graydon opened this issue Jul 27, 2010 · 1 comment
Closed

switch to suffix forms of mach literals #129

graydon opened this issue Jul 27, 2010 · 1 comment

Comments

@graydon
Copy link
Contributor

graydon commented Jul 27, 2010

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).

@graydon
Copy link
Contributor Author

graydon commented Jul 28, 2010

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
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
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant