mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
c076509d8a
I've been experimenting with transforming the StableMIR to instrument the code with potential UB checks. The modified body will only be used by our analysis tool, however, constants in StableMIR must be backed by rustc constants. Thus, I'm adding a few functions to build constants, such as building string and other primitives. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml |