We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The LArrow is defined as a token, but serves no purpose in the language as far as i can tell.
Maybe an oversight?
The text was updated successfully, but these errors were encountered:
Nominating P-backcompat-lang:
macro_rules! foo { (<-) => ("yes"); ($($x:tt)*) => ("no"); } fn main() { println!("{}", foo!(< -)); }
(above currently prints no, in case one is curious)
no
Sorry, something went wrong.
was used for moves!
we're going to reserve the token for future use.
That makes sense to me. Good to know it's there on purpose :)
box
in
No branches or pull requests
The LArrow is defined as a token, but serves no purpose in the language as far as i can tell.
Maybe an oversight?
The text was updated successfully, but these errors were encountered: