Files
wasmtime/cranelift/codegen/meta
Benjamin Bouvier 5edee84f67 [meta] Port TypeVar's test_functions to Rust;
Fixes two issues:

- name of derived type variables wasn't correct. (This is used during
code generation.)
- the TypeVar::derived() function wasn't creating the correct type set
(and would instead propagate the parent's one).
2019-04-02 17:30:50 +02:00
..
2019-03-26 11:28:39 -07:00

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