Skip to content

trace-log feature does not take effect after #7626 #7685

@feilongjiang

Description

@feilongjiang

#7626 changed the cranelift-codegen features from default to host-arch in crates/cranelift/Cargo.toml.

Before this change, I could enable trace by adding trace-log to the features' default list in cranelift/codegen/Cargo.toml.

But now the old way doesn't work, trace-log should be added to crates/cranelift/Cargo.toml like this:

cranelift-codegen = { workspace = true, features = ["host-arch", "trace-log"] }

is that expected behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions