Skip to content

Commit 09160d1

Browse files
Use consistent feature naming
1 parent 3e9fd80 commit 09160d1

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

src/libcore/lib.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
#![feature(concat_idents)]
7373
#![feature(const_alloc_layout)]
7474
#![feature(const_if_match)]
75-
#![feature(const_int_checked)]
76-
#![feature(const_int_euclidean)]
77-
#![feature(const_int_overflowing)]
78-
#![feature(const_int_saturating)]
75+
#![feature(const_checked_int_methods)]
76+
#![feature(const_euclidean_int_methods)]
77+
#![feature(const_overflowing_int_methods)]
78+
#![feature(const_saturating_int_methods)]
7979
#![feature(const_int_unchecked_arith)]
8080
#![feature(const_panic)]
8181
#![feature(const_fn_union)]

0 commit comments

Comments
 (0)