You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I tried to get the assembly for the former function, which caused a panic:
[2 0] ernie@vivec% cargo asm --build-type=debug playground::doubled_exp
thread 'main' panicked at /home/ernie/.local/share/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-asm-0.1.16/src/rust.rs:123:33:
called `Result::unwrap()` on an `Err` value: Os { code: 21, kind: IsADirectory, message: "Is a directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
cargo 1.74.0 rustc 1.74.0 cargo-asm 0.1.16
The text was updated successfully, but these errors were encountered:
I wrote the following program:
and I tried to get the assembly for the former function, which caused a panic:
cargo 1.74.0
rustc 1.74.0
cargo-asm 0.1.16
The text was updated successfully, but these errors were encountered: