pub fn expand_line(
    cx: &mut ExtCtxt<'_>,
    sp: Span,
    tts: TokenStream
) -> Box<dyn MacResult + 'static>
Expand description

line!(): expands to the current line number