summary refs log tree commit diff
path: root/src/test/compile-fail/mutexguard-sync.rs
AgeCommit message (Collapse)AuthorLines
2017-04-29MutexGuard<T> may be Sync only if T is SyncRalf Jung-0/+22
Also remove some unnecessary unsafe impl from the tests.