Files
wasmtime/cranelift/isle/isle_examples/nodebug.isle
Nick Fitzgerald e1f4e29efe ISLE: Add a nodebug type attribute to disable derive(Debug)
I need this to move the x64 `Inst` definition into ISLE without losing its
custom `Debug` implementation that prints the assembly for the `Inst`.
2022-02-03 14:08:08 -08:00

5 lines
77 B
Common Lisp

(type DoesNotDeriveDebug nodebug
(enum A
B
C))