nixpkgs-suyu/pkgs/development/tools/rust/cargo-show-asm
pacak 82c4e470e7 cargo-show-asm: fix failing tests
newer rustc automagically marks simple functions as inline, this
includes `add` used for tests. Marking it as `inline(never)` makes sure
it's always included so tests can find it
2024-01-20 10:53:22 -05:00
..
default.nix cargo-show-asm: 0.2.25 -> 0.2.28 2024-01-18 16:02:27 +00:00
test-basic-x86_64.nix cargo-show-asm: fix failing tests 2024-01-20 10:53:22 -05:00