use ;
use ;
// Testing types for static assertions on channel endpoints
// Some channel implementations have unsafe Sync impls,
// even if their generic type does not impl Sync (or &T impl Send)
// In order to pin down this behavior, these testing messages
// are used as generics in static assertions.
assert_impl_all!;
assert_not_impl_all!;
;
assert_impl_all!;