We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9fd80 commit 09160d1Copy full SHA for 09160d1
src/libcore/lib.rs
@@ -72,10 +72,10 @@
72
#![feature(concat_idents)]
73
#![feature(const_alloc_layout)]
74
#![feature(const_if_match)]
75
-#![feature(const_int_checked)]
76
-#![feature(const_int_euclidean)]
77
-#![feature(const_int_overflowing)]
78
-#![feature(const_int_saturating)]
+#![feature(const_checked_int_methods)]
+#![feature(const_euclidean_int_methods)]
+#![feature(const_overflowing_int_methods)]
+#![feature(const_saturating_int_methods)]
79
#![feature(const_int_unchecked_arith)]
80
#![feature(const_panic)]
81
#![feature(const_fn_union)]
0 commit comments