From 23522f6cabf9fc5803411c3dec4a90c56cc3dab2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 29 Apr 2017 19:15:59 +0200 Subject: need to pick a new feature name --- src/libstd/sync/mutex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sync') diff --git a/src/libstd/sync/mutex.rs b/src/libstd/sync/mutex.rs index bd5a0fd9828..5c3eaa4668d 100644 --- a/src/libstd/sync/mutex.rs +++ b/src/libstd/sync/mutex.rs @@ -153,7 +153,7 @@ pub struct MutexGuard<'a, T: ?Sized + 'a> { #[stable(feature = "rust1", since = "1.0.0")] impl<'a, T: ?Sized> !Send for MutexGuard<'a, T> { } -#[stable(feature = "rust1", since = "1.18.0")] +#[stable(feature = "mutexguard", since = "1.18.0")] unsafe impl<'a, T: ?Sized + Sync> Sync for MutexGuard<'a, T> { } impl Mutex { -- cgit 1.4.1-3-g733a5