Skip to content

Commit f757eef

Browse files
committed
Add comment about fixed rustc bug
1 parent 71d8bb0 commit f757eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crossbeam-utils/src/atomic/atomic_cell.rs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub struct AtomicCell<T> {
3636
///
3737
/// Using MaybeUninit to prevent code outside the cell from observing partially initialized state:
3838
/// <https://github.com/crossbeam-rs/crossbeam/issues/833>
39+
/// (This rustc bug has been fixed in Rust 1.64.)
3940
///
4041
/// Note:
4142
/// - we'll never store uninitialized `T` due to our API only using initialized `T`.

0 commit comments

Comments
 (0)