• J
    Make Int inherit from Ord. · a7533b8a
    Josh Haberman 提交于
    Previously Int inherited from PartialOrd (via Primitive)
    but not Ord.  But integers have a total order, so
    inheriting from Ord is appropriate. Fixes #18776.
    a7533b8a
mod.rs 48.5 KB