Macro dfir_rs::dfir_syntax_noemit

source ยท
dfir_syntax_noemit!() { /* proc-macro */ }
Expand description

dfir_syntax! but will not emit any diagnostics (errors, warnings, etc.).

Used for testing, users will want to use dfir_syntax! instead.