This option is documented here.
./src/lib.rs:
pub fn foo() {}
./Cargo.toml:
[package]
name = "a"
version = "0.1.0"
edition = "2021"
[dependencies]
[profile.release]
debug = "line-tables-only"
cargo asm fails with "Error: No artifact found" when this option is set. It works when it is set to 0, 1, 2.
This option is documented here.
cargo asmfails with "Error: No artifact found" when this option is set. It works when it is set to0,1,2.