[][src]Function rustc_ap_rustc_expand::base::get_exprs_from_tts

pub fn get_exprs_from_tts(
    cx: &mut ExtCtxt,
    sp: Span,
    tts: TokenStream
) -> Option<Vec<P<Expr>>>

Extracts comma-separated expressions from tts. On error, emit it, and return None.