Add tracking issue number for int_bits_const.
This commit is contained in:
parent
1e2dba1e7c
commit
1bfe5efe8f
@ -358,7 +358,7 @@ $EndFeature, "
|
|||||||
assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");",
|
assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");",
|
||||||
$EndFeature, "
|
$EndFeature, "
|
||||||
```"),
|
```"),
|
||||||
#[unstable(feature = "int_bits_const", issue = "none")]
|
#[unstable(feature = "int_bits_const", issue = "76904")]
|
||||||
pub const BITS: u32 = $BITS;
|
pub const BITS: u32 = $BITS;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2625,7 +2625,7 @@ $EndFeature, "
|
|||||||
assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");",
|
assert_eq!(", stringify!($SelfT), "::BITS, ", stringify!($BITS), ");",
|
||||||
$EndFeature, "
|
$EndFeature, "
|
||||||
```"),
|
```"),
|
||||||
#[unstable(feature = "int_bits_const", issue = "none")]
|
#[unstable(feature = "int_bits_const", issue = "76904")]
|
||||||
pub const BITS: u32 = $BITS;
|
pub const BITS: u32 = $BITS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user