blob: caae48dfd3bdfe84c219b5de1d43c55c89a30c60 [file] [log] [blame]
//@ edition:2021
macro_rules! a {
( ) => {
impl<'b> c for d {
e::<f'g> //~ ERROR prefix `f` is unknown
}
};
}
fn main() {}