Skip to content

Commit 27f419b

Browse files
committed
implement strict_* operations for signed integer types
1 parent 4fd68eb commit 27f419b

File tree

4 files changed

+557
-0
lines changed

4 files changed

+557
-0
lines changed

library/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
#![feature(const_slice_ptr_len)]
163163
#![feature(const_slice_split_at_mut)]
164164
#![feature(const_str_from_utf8_unchecked_mut)]
165+
#![feature(const_strict_overflow_ops)]
165166
#![feature(const_swap)]
166167
#![feature(const_try)]
167168
#![feature(const_type_id)]

0 commit comments

Comments
 (0)