cargo-show-asm: Panic running with `--rust` and `--everything`
Issue:
Running cargo asm --rust --everything panics and outputs this error:
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 210'
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic_bounds_check
3: cargo_show_asm::asm::dump_range
4: cargo_show_asm::asm::dump_function
5: cargo_asm::main
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Prepare to release 0.2.16 Fixes https://github.com/pacak/cargo-show-asm/issues/155 — committed to pacak/cargo-show-asm by pacak a year ago
Just tested it out, and everything works as expected. Thank you!👌
Released 0.2.16