Fill in the tracking issue for #![feature(const_unsafecell_get_mut)]
This commit is contained in:
parent
efeb461873
commit
2c30162380
1 changed files with 1 additions and 1 deletions
|
@ -1916,7 +1916,7 @@ impl<T: ?Sized> UnsafeCell<T> {
|
|||
/// ```
|
||||
#[inline(always)]
|
||||
#[stable(feature = "unsafe_cell_get_mut", since = "1.50.0")]
|
||||
#[rustc_const_unstable(feature = "const_unsafecell_get_mut", issue = "none")]
|
||||
#[rustc_const_unstable(feature = "const_unsafecell_get_mut", issue = "88836")]
|
||||
pub const fn get_mut(&mut self) -> &mut T {
|
||||
&mut self.value
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue