]> git.lizzy.rs Git - rust.git/commit
Add unstable `const_ordering` feature, and some tests.
authorCDirkx <christiaan@dirkx.com>
Sun, 30 Aug 2020 17:40:00 +0000 (19:40 +0200)
committerCDirkx <christiaan@dirkx.com>
Sun, 30 Aug 2020 17:40:00 +0000 (19:40 +0200)
commit5fac991bf6bc4b07df9b4b4eb3fcb0c5487973c4
tree7c3fbd3db128134e09fb4a873802f8ecb8c19c83
parent6b0d44e92a529962792d3a5f1e7b44b6e3c6ed05
Add unstable `const_ordering` feature, and some tests.
library/core/src/cmp.rs
library/core/src/lib.rs
src/test/ui/consts/const-ordering.rs [new file with mode: 0644]