We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
harness = false
This in Cargo.toml results in foo.rs's fn main not being invoked by cargo miri test.
foo.rs
fn main
cargo miri test
[[test]] name = "foo" harness = false