We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c115405 commit fbec232Copy full SHA for fbec232
src/libstd/panic.rs
@@ -227,10 +227,9 @@ impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {}
227
#[stable(feature = "catch_unwind", since = "1.9.0")]
228
impl<T> RefUnwindSafe for AssertUnwindSafe<T> {}
229
230
-// XXX: Obviously wrong, but what should it be?
231
-#[stable(feature = "catch_unwind", since = "1.9.0")]
+#[stable(feature = "unwind_safe_lock_refs", since = "1.12.0")]
232
impl<T: ?Sized> RefUnwindSafe for Mutex<T> {}
233
234
impl<T: ?Sized> RefUnwindSafe for RwLock<T> {}
235
236
0 commit comments