summary refs log tree commit diff
path: root/src/test/compile-fail/send-is-not-static-std-sync.rs
AgeCommit message (Collapse)AuthorLines
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-0/+56
Adds some basic tests to check that the types still catch the most glaring errors that could occur. cc #22444.