dfir_syntax_noemit!() { /* proc-macro */ }
Available on crate feature
dfir_macro
only.Expand description
dfir_syntax!
but will not emit any diagnostics (errors, warnings, etc.).
Used for testing, users will want to use dfir_syntax!
instead.