rust/tests/ui/async-await
Matthias Krüger 22e62a4fca
Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin
Suggest using a lock for `*Cell: Sync` bounds

I mostly did this for `OnceCell<T>` at first because users will be confused to see that the `OnceCell<T>` in `std` isn't `Sync` but then extended it to `Cell<T>` and `RefCell<T>` as well.
2023-01-25 22:19:52 +01:00
..
2023-01-19 15:46:08 +00:00
2023-01-15 19:46:20 +00:00
2023-01-12 11:58:24 -08:00
2023-01-19 15:46:08 +00:00