Implement #[plugin_registrar]

See RFC 22.

[breaking-change]
This commit is contained in:
Keegan McAllister
2014-05-24 16:16:10 -07:00
parent e55f64f997
commit 6d15c6749c
19 changed files with 331 additions and 236 deletions

View File

@@ -74,7 +74,6 @@ pub mod ext {
pub mod asm;
pub mod base;
pub mod expand;
pub mod registrar;
pub mod quote;