Files
wasmtime/cranelift/codegen/meta
Alex Crichton 5b3b459ad5 Fix some nightly dead code warnings (#3404)
* Fix some nightly dead code warnings

Looks like the "struct field not used" lint has improved on nightly and
caught a few more instances of fields that were never actually read.

* Fix windows
2021-10-01 14:26:30 -05:00
..

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.