]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #22163 - bleibig:grammar-updates, r=sanxiyn
authorbors <bors@rust-lang.org>
Wed, 11 Feb 2015 06:45:25 +0000 (06:45 +0000)
committerbors <bors@rust-lang.org>
Wed, 11 Feb 2015 06:45:25 +0000 (06:45 +0000)
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`)


Trivial merge