Skip to main content

dump_macros

Function dump_macros 

Source
pub fn dump_macros(table: &MacroTable, interner: &Interner) -> String
Expand description

Every macro that is defined, as #define lines, sorted by name and newline terminated.

Empty when nothing is defined, which cannot happen in a real compilation but is what a caller building a table by hand will see.