Skip to content

Commit 1bfe5ef

Browse files
committed
Add tracking issue number for int_bits_const.
1 parent 1e2dba1 commit 1bfe5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/num/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ $EndFeature, "
358358
assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");",
359359
$EndFeature, "
360360
```"),
361-
#[unstable(feature = "int_bits_const", issue = "none")]
361+
#[unstable(feature = "int_bits_const", issue = "76904")]
362362
pub const BITS: u32 = $BITS;
363363
}
364364

@@ -2625,7 +2625,7 @@ $EndFeature, "
26252625
assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");",
26262626
$EndFeature, "
26272627
```"),
2628-
#[unstable(feature = "int_bits_const", issue = "none")]
2628+
#[unstable(feature = "int_bits_const", issue = "76904")]
26292629
pub const BITS: u32 = $BITS;
26302630
}
26312631

0 commit comments

Comments
 (0)