We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0db24 commit 29e9de8Copy full SHA for 29e9de8
src/libcore/cell.rs
@@ -273,7 +273,7 @@ impl<T:Copy> Cell<T> {
273
/// assert_eq!(c.get(), 6);
274
/// ```
275
#[inline]
276
- #[unstable(feature = "cell_update", issue = "0")] // FIXME: issue
+ #[unstable(feature = "cell_update", issue = "50186")]
277
pub fn update<F>(&self, f: F) -> T
278
where
279
F: FnOnce(T) -> T,
0 commit comments