Constify a few const (Partial)Ord impls

This commit is contained in:
Deadbeef
2021-12-29 14:07:54 +08:00
parent 35a0617248
commit 9fc5463c18
2 changed files with 50 additions and 19 deletions

View File

@@ -105,6 +105,7 @@
#![feature(const_cell_into_inner)]
#![feature(const_char_convert)]
#![feature(const_clone)]
#![feature(const_cmp)]
#![feature(const_discriminant)]
#![feature(const_eval_select)]
#![feature(const_float_bits_conv)]