aboutsummaryrefslogtreecommitdiff
path: root/libcore/num/usize.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-06-06 23:07:53 +0300
committerpravic <[email protected]>2016-06-06 23:07:53 +0300
commitf2db0929feeb53567655dbdebba7e6b1c3f2f69e (patch)
treec2cf041f838782f9ddd8994146f52e8f498bfe07 /libcore/num/usize.rs
parentadd 'netio' native import library (diff)
parentMerge branch 'nofp_patch' into libcore_nofp (diff)
downloadkmd-env-rs-master.tar.xz
kmd-env-rs-master.zip
Merge branch 'libcore_nofp'HEADmaster
Diffstat (limited to 'libcore/num/usize.rs')
-rw-r--r--libcore/num/usize.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcore/num/usize.rs b/libcore/num/usize.rs
index 0c7d16a..685c52e 100644
--- a/libcore/num/usize.rs
+++ b/libcore/num/usize.rs
@@ -14,6 +14,8 @@
#![stable(feature = "rust1", since = "1.0.0")]
+#[cfg(target_pointer_width = "16")]
+uint_module! { usize, 16 }
#[cfg(target_pointer_width = "32")]
uint_module! { usize, 32 }
#[cfg(target_pointer_width = "64")]