Add tracking issue number for int_bits_const.

This commit is contained in:
Mara Bos 2020-09-19 08:14:41 +02:00
parent 1e2dba1e7c
commit 1bfe5efe8f
1 changed files with 2 additions and 2 deletions

View File

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