Fix xcrate enum namespacing

Closes #19293
This commit is contained in:
Steven Fackler 2014-11-25 10:00:46 -08:00
parent 48ca6d1840
commit 79d9bebf49
13 changed files with 62 additions and 22 deletions

View file

@ -45,6 +45,7 @@ pub use self::DiagnosticKind::*;
pub use self::CallConv::*;
pub use self::Visibility::*;
pub use self::DiagnosticSeverity::*;
pub use self::Linkage::*;
use std::c_str::ToCStr;
use std::cell::RefCell;