#![deny(warnings)] extern crate tokio_sync; use tokio_sync::mpsc::error; fn is_error() {} #[test] fn error_bound() { is_error::(); is_error::(); is_error::>(); is_error::(); is_error::(); is_error::>(); }