Skip to content

Commit fad429d

Browse files
authored
Rollup merge of #91928 - fee1-dead:constification1, r=oli-obk
Constify (most) `Option` methods r? ``@oli-obk``
2 parents 0586cf7 + eb4ef72 commit fad429d

File tree

4 files changed

+282
-61
lines changed

4 files changed

+282
-61
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
#![feature(const_num_from_num)]
124124
#![feature(const_ops)]
125125
#![feature(const_option)]
126+
#![feature(const_option_ext)]
126127
#![feature(const_pin)]
127128
#![feature(const_replace)]
128129
#![feature(const_ptr_is_null)]

0 commit comments

Comments
 (0)