diff options
| author | pravic <[email protected]> | 2016-06-06 23:07:53 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-06-06 23:07:53 +0300 |
| commit | f2db0929feeb53567655dbdebba7e6b1c3f2f69e (patch) | |
| tree | c2cf041f838782f9ddd8994146f52e8f498bfe07 /libcore/num/isize.rs | |
| parent | add 'netio' native import library (diff) | |
| parent | Merge branch 'nofp_patch' into libcore_nofp (diff) | |
| download | kmd-env-rs-f2db0929feeb53567655dbdebba7e6b1c3f2f69e.tar.xz kmd-env-rs-f2db0929feeb53567655dbdebba7e6b1c3f2f69e.zip | |
Diffstat (limited to 'libcore/num/isize.rs')
| -rw-r--r-- | libcore/num/isize.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcore/num/isize.rs b/libcore/num/isize.rs index de5b177..86bcef4 100644 --- a/libcore/num/isize.rs +++ b/libcore/num/isize.rs @@ -14,6 +14,8 @@ #![stable(feature = "rust1", since = "1.0.0")] +#[cfg(target_pointer_width = "16")] +int_module! { isize, 16 } #[cfg(target_pointer_width = "32")] int_module! { isize, 32 } #[cfg(target_pointer_width = "64")] |