mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
86995dc8c5
Allow CompilerControllers to access rustc_plugin::registry::Registry fixes #36064 I chose to put ructc_plugin::registry::Registry structure into CompilerState structure, instead of Session structure. This will preserve dependencies among librustc, libructc_driver, and libructc_plugin. @jseyfried @sanxiyn