fn require_send() {} fn require_sync() {} #[test] fn hotwatch_send() { require_send::(); } #[test] fn hotwatch_sync() { require_sync::(); }