Macro cranelift_egraph::trace
source · macro_rules! trace { ($($tt:tt)*) => { ... }; }
Expand description
Conditionally-compiled trace-log macro. (Borrowed from
cranelift-codegen
; it’s not worth factoring out a common
subcrate for this.)
macro_rules! trace { ($($tt:tt)*) => { ... }; }
Conditionally-compiled trace-log macro. (Borrowed from
cranelift-codegen
; it’s not worth factoring out a common
subcrate for this.)