]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/os/mod.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / libstd / os / mod.rs
index 7622ef886935c3e601328a6dafe01d9a1f3e560e..366a167415684feef36e9b686b9a489638605370 100644 (file)
@@ -33,5 +33,6 @@ pub use sys::ext as windows;
 #[cfg(target_os = "openbsd")]   pub mod openbsd;
 #[cfg(target_os = "solaris")]   pub mod solaris;
 #[cfg(target_os = "emscripten")] pub mod emscripten;
+#[cfg(target_os = "fuchsia")]    pub mod fuchsia;
 
 pub mod raw;