1 2 3 4 5 6 7 8
use tt_call::{parse_type, tt_call}; tt_call! { macro = [{ parse_type }] input = [{ S:: }] } fn main() {}