For example, ```rust macro_rules! m { ($i) => {} } // m!(); // uncommenting this causes an error at the def site ```