Skip to content

Fails with lines-tables-only #187

@e00E

Description

@e00E

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions