about summary refs log tree commit diff
path: root/tests/ui/sync/suggest-ref-cell.stderr
AgeCommit message (Collapse)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-2/+2
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/+17
Suggest using a lock instead.