#![allow(dead_code)]#[inline]fnf(){}#[inline]//~ ERROR: attribute should be applied to function or closurestructS;structI{#[inline]i: u8,}#[macro_export]#[inline]macro_rules!m_e{()=>{};}#[inline]//~ ERROR: attribute should be applied to function or closuremacro_rules!m{()=>{};}fnmain(){}