Adjust feature names that disagree on const stabilization version
This commit is contained in:
parent
5d30180634
commit
4246916619
19 changed files with 61 additions and 63 deletions
|
@ -2497,7 +2497,7 @@ macro_rules! atomic_int_ptr_sized {
|
|||
stable(feature = "atomic_access", since = "1.15.0"),
|
||||
stable(feature = "atomic_from", since = "1.23.0"),
|
||||
stable(feature = "atomic_nand", since = "1.27.0"),
|
||||
rustc_const_stable(feature = "const_integer_atomics", since = "1.24.0"),
|
||||
rustc_const_stable(feature = "const_ptr_sized_atomics", since = "1.24.0"),
|
||||
stable(feature = "rust1", since = "1.0.0"),
|
||||
"isize",
|
||||
"",
|
||||
|
@ -2517,7 +2517,7 @@ macro_rules! atomic_int_ptr_sized {
|
|||
stable(feature = "atomic_access", since = "1.15.0"),
|
||||
stable(feature = "atomic_from", since = "1.23.0"),
|
||||
stable(feature = "atomic_nand", since = "1.27.0"),
|
||||
rustc_const_stable(feature = "const_integer_atomics", since = "1.24.0"),
|
||||
rustc_const_stable(feature = "const_ptr_sized_atomics", since = "1.24.0"),
|
||||
stable(feature = "rust1", since = "1.0.0"),
|
||||
"usize",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue