]> git.lizzy.rs Git - rust.git/commit
auto merge of #19463 : kali/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 19 Dec 2014 20:22:17 +0000 (20:22 +0000)
committerbors <bors@rust-lang.org>
Fri, 19 Dec 2014 20:22:17 +0000 (20:22 +0000)
commitcbe9fb45bc705a89f23b434c686544d490923596
treece3e8cc2156b5e01a020a8cb192c6e74068fdd67
parent95c2ed31aeb66b2662933200dbfd661a573b1f49
parent8920181052c8b66bcc73d0552bbd5fafc8b41378
auto merge of #19463 : kali/rust/master, r=alexcrichton

parse_ty() no longer takes a boolean parameter. quote_ty! implementation has not yet been modified accordingly.

As a matter of fact, quote_ty! was not covered by tests. One test (called qquotes) references it, but it has been ignored for nearly one year and now need heavy refactoring.

quote_token.rs seemed like a good place to test quote_ty!, many other quote_*! macros were asserted there.