macro_rules! tree_diagnostics_str {
( $src: expr ) => { ... };
}Expand description
Macro for diagnostics purpose to export both syntax tree and source code behind it into a string.
macro_rules! tree_diagnostics_str {
( $src: expr ) => { ... };
}Macro for diagnostics purpose to export both syntax tree and source code behind it into a string.