rust/library/stdarch/assert-instr
Alex Crichton e5a98843b4 Assert that diassembly is "small"
There's a lot of trickery in this crate which expands to a lot of code, so in
addition to asserting that we find the right instruction, let's assert we find
a small function as well (as these should all be just one or so instructions
anyway).
2017-09-25 13:55:48 -07:00
..
assert-instr-macro Help debug missing assembly 2017-09-21 07:32:37 -07:00
src Assert that diassembly is "small" 2017-09-25 13:55:48 -07:00
Cargo.toml Add assertions correct instructions are generated 2017-09-20 09:57:43 -07:00