|
|
|
|
|
by steveklabnik
2873 days ago
|
|
MIRI is short for "MIR Interpreter"; it can run basically any Rust code. But, in the compiler itself, its interface is restricted a bit; we haven't fully defined what "const fn" will be. https://github.com/solson/miri is probably the best place to start poking around :) |
|