about summary refs log tree commit diff
path: root/tests/ui/sync/suggest-ref-cell.rs
AgeCommit message (Collapse)AuthorLines
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-2/+0
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb-0/+12
Suggest using a lock instead.