]> git.lizzy.rs Git - rust.git/commit
Implement macro re-export
authorKeegan McAllister <kmcallister@mozilla.com>
Tue, 16 Sep 2014 02:02:14 +0000 (19:02 -0700)
committerKeegan McAllister <kmcallister@mozilla.com>
Mon, 5 Jan 2015 19:38:12 +0000 (11:38 -0800)
commit538288176a22b4d3755df085783f84d476386019
tree231a4cd0d91a8cdf4b4d9d315465e06c79a8a319
parente2a9c04e192926fde1a8e886b55e4c2b6e0e56cb
Implement macro re-export

Fixes #17103.
src/librustc_driver/driver.rs
src/libsyntax/ext/expand.rs
src/libsyntax/ext/tt/reexport.rs [new file with mode: 0644]
src/libsyntax/lib.rs
src/test/auxiliary/macro_reexport_1.rs [new file with mode: 0644]
src/test/auxiliary/macro_reexport_2.rs [new file with mode: 0644]
src/test/compile-fail/macro-reexport-malformed-1.rs [new file with mode: 0644]
src/test/compile-fail/macro-reexport-malformed-2.rs [new file with mode: 0644]
src/test/compile-fail/macro-reexport-malformed-3.rs [new file with mode: 0644]
src/test/run-pass/macro-reexport.rs [new file with mode: 0644]