]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/std-sync-right-kind-impls.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / run-pass / std-sync-right-kind-impls.rs
index 2c29787e128fb7e5359ddfae65c12bf579efaffa..7332f098b96fa770d62726a759120718dbb92554 100644 (file)
@@ -24,7 +24,6 @@ fn main() {
     assert_both::<sync::Mutex<()>>();
     assert_both::<sync::Condvar>();
     assert_both::<sync::RwLock<()>>();
-    assert_both::<sync::Semaphore>();
     assert_both::<sync::Barrier>();
     assert_both::<sync::Arc<()>>();
     assert_both::<sync::Weak<()>>();