Skip to content

Grammar updates #22163

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

Merged
merged 4 commits into from
Feb 11, 2015
Merged

Grammar updates #22163

merged 4 commits into from
Feb 11, 2015

Conversation

bleibig
Copy link
Contributor

@bleibig bleibig commented Feb 11, 2015

Updates to the bison grammar:

  • Fixes to range syntax - allow expr[..], and fix precedence to allow for _ in i.. { }
  • Allow "extern crate" in stmts
  • Add qualified path expressions (<TYPE as TRAIT_REF>::item)

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@sanxiyn
Copy link
Member

sanxiyn commented Feb 11, 2015

@bors r+ 3bca5f2

@bors
Copy link
Collaborator

bors commented Feb 11, 2015

⌛ Testing commit 3bca5f2 with merge 0047f8b...

bors added a commit that referenced this pull request Feb 11, 2015
Updates to the bison grammar:

* Fixes to range syntax - allow `expr[..]`, and fix precedence to allow `for _ in i.. { }`
* Allow "extern crate" in stmts
* Add qualified path expressions (`<TYPE as TRAIT_REF>::item`)
@bors bors merged commit 3bca5f2 into rust-lang:master Feb 11, 2015
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.

5 participants