unknown_attr

Function unknown_attr 

Source
pub fn unknown_attr(input: TokenStream) -> TokenStream
Expand 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