From c532e033c9ee92d208a9bb2fac4c12d901932f42 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Sat, 18 May 2013 12:39:17 -0700 Subject: librustc: Change `std` to `extra` throughout libsyntax and librustc --- src/libextra/std.rc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/libextra') diff --git a/src/libextra/std.rc b/src/libextra/std.rc index 90672d221c5..777f45e84bc 100644 --- a/src/libextra/std.rc +++ b/src/libextra/std.rc @@ -119,10 +119,16 @@ pub mod test; pub mod serialize; // A curious inner-module that's not exported that contains the binding -// 'std' so that macro-expanded references to std::serialize and such -// can be resolved within libcore. +// 'extra' so that macro-expanded references to std::serialize and such +// can be resolved within libextra. #[doc(hidden)] // FIXME #3538 pub mod std { pub use serialize; pub use test; } +#[doc(hidden)] // FIXME #3538 +pub mod extra { + pub use serialize; + pub use test; +} + -- cgit 1.4.1-3-g733a5