]> git.lizzy.rs Git - rust.git/commit
Separate macro and plugin loading
authorKeegan McAllister <kmcallister@mozilla.com>
Thu, 12 Feb 2015 03:53:10 +0000 (19:53 -0800)
committerKeegan McAllister <kmcallister@mozilla.com>
Thu, 12 Feb 2015 20:44:31 +0000 (12:44 -0800)
commit6864792df002a4430634ea6ae096dd7e524560c2
treeed58a4df4bd2110bf783b693ad69245280fbadd4
parent6b784bacbfb3135bd34cd994023ac1e841ad9ceb
Separate macro and plugin loading

Now they just share a bit of code internal to creader.

Resolves #22198 to my satisfaction.
src/librustc/metadata/macro_import.rs [new file with mode: 0644]
src/librustc/metadata/mod.rs
src/librustc/plugin/load.rs
src/librustc_driver/driver.rs