rust/compiler/rustc_const_eval
Yuki Okushi 957b44a13c
Rollup merge of #101402 - saethlin:inline-asm-hook, r=oli-obk
Add a Machine hook for inline assembly

I'm sketching out some support in Miri to "execute" inline assembly. I want this because there are codebases which have very simple inline assembly like hand-written syscall wrappers, and it would be nice to test such code without modification.

r? ``@oli-obk``
2022-09-06 08:36:04 +09:00
..
src Rollup merge of #101402 - saethlin:inline-asm-hook, r=oli-obk 2022-09-06 08:36:04 +09:00
Cargo.toml Initial fixes on top of type interner commit 2022-05-28 11:38:22 -07:00