]> git.proxmox.com Git - rustc.git/blame - library/core/src/num/shells/isize.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / library / core / src / num / shells / isize.rs
CommitLineData
5869c6ff 1//! Constants for the pointer-sized signed integer type.
e9174d1e 2//!
6a06907d 3//! *[See also the `isize` primitive type][isize].*
74b04a01 4//!
5869c6ff 5//! New code should use the associated constants directly on the primitive type.
1a4d82fc 6
85aaf69f 7#![stable(feature = "rust1", since = "1.0.0")]
5869c6ff
XL
8#![rustc_deprecated(
9 since = "TBD",
10 reason = "all constants in this module replaced by associated constants on `isize`"
11)]
1a4d82fc 12
32a655c1 13int_module! { isize }