bors 617039bff0 Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichton
Mutex and RwLock need RefUnwindSafe too

Incomplete, because I don't know what the appropriate stability annotation is here, but this is an attempt to bring the documentation for `std::panic` in line with reality. Right now, it says:

>Types like `&Mutex<T>`, however, are unwind safe because they implement poisoning by default.

But only `Mutex<T>`, not `&Mutex<T>`, is unwind-safe.
2016-07-12 22:43:31 -07:00
..
2016-07-12 12:51:13 -07:00
2016-07-10 22:29:19 +02:00
2016-07-10 15:37:41 -07:00
2016-07-06 09:29:15 -07:00
2016-07-03 10:02:24 +02:00
2016-07-06 01:26:24 +02:00
2016-07-11 12:08:15 -04:00