summary refs log tree commit diff
path: root/src/test/compile-fail/mutexguard-sync.rs
AgeCommit message (Collapse)AuthorLines
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+2
- Reword E0044 help. - Change error message for types that don't implement `Send`
2017-04-29MutexGuard<T> may be Sync only if T is SyncRalf Jung-0/+22
Also remove some unnecessary unsafe impl from the tests.