pub fn unknown_attr(input: TokenStream) -> TokenStreamExpand description
Implementation of the __unknown_attr! proc macro.
This generates a compile_error! with the span pointing to the unknown identifier.
Input: unknown_ident
Output: compile_error!("unknown extension attribute unknown_ident") with span on the ident