1 2 3 4 5 6 7 8
macro_rules! t { ($t:ty) => {} } t!(dyn* Send); //~^ ERROR `dyn*` trait objects are experimental fn main() {}