minirust icon indicating copy to clipboard operation
minirust copied to clipboard

Build our own standard library

Open RalfJung opened this issue 10 months ago • 2 comments

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.

RalfJung avatar Apr 19 '24 08:04 RalfJung