Skip to content

Commit 9f46ee0

Browse files
committed
Final commit adding rustc_const_unstable
1 parent fac80df commit 9f46ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/ops/arith.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ macro_rules! rem_impl_float {
626626
/// assert_eq!(x % y, remainder);
627627
/// ```
628628
#[stable(feature = "rust1", since = "1.0.0")]
629+
#[rustc_const_unstable(feature = "const_ops", issue = "90080")]
629630
impl Rem for $t {
630631
type Output = $t;
631632

0 commit comments

Comments
 (0)