about summary refs log tree commit diff
path: root/tests/ui/sync
AgeCommit message (Collapse)AuthorLines
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-8/+4
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/+181
Suggest using a lock instead.