mod host; mod wasm; use super::Error; fn assert_send() {} fn assert_sync() {} fn assert_std_err_impl() {} #[test] fn assert_error_properties() { assert_send::(); assert_sync::(); assert_std_err_impl::(); }