minirust
minirust copied to clipboard
Build our own standard library
Currently we use the standard library that is shipped with rustc. This means if a function is already codegen'd, we fail as we cannot access its MIR.
Instead we need to work more like Miri, and build our own standard library.