]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis
authorbors <bors@rust-lang.org>
Mon, 16 Mar 2015 22:13:52 +0000 (22:13 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Mar 2015 22:13:52 +0000 (22:13 +0000)
commit92dd995e1705a8c398a5266c8483e2519e494f47
tree6f94cde4454a63e09666c4473ecdc931d80d442c
parent1760e8749a46d8b64f8411a08a79d90e2b5f966e
parent9889aae13e14c306fce8cefd669841fa40f26ee9
Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis

Most of the changes are cleanup facilitated by straight-forward attribute handling.
This is a minor [breaking-change] for users of `quote_stmt!` (returns `Option<P<Stmt>>` now) and some of the public methods in `Parser` (a few `Vec<Attribute>` arguments/returns were removed).

r? @nikomatsakis
src/libsyntax/parse/mod.rs
src/libsyntax/parse/parser.rs