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
I am not sure if this is bug or a feature (if so, I would appreciate explanation of it)..
The question is about https://crates.io/crates/cargo-insta. From what I see (and what cargo tells me), it has only binary target, no lib / proc or anything like that.
Apparently specifying it in a dependencies section in Cargo.toml pulls it in and even compiles it, but I don't see any final binary (in target/) produced from that crate.
Steps
Add cargo-insta = "0.16" into the [dependencies]
Try to compile a project
Possible Solution(s)
Show warning
Abort with an error
Notes
Output of cargo version: cargo 1.44.0
This is happening on Fedora 33 (x86_64) with rust/cargo provided by a distribution.
The text was updated successfully, but these errors were encountered:
Problem
I am not sure if this is bug or a feature (if so, I would appreciate explanation of it)..
The question is about https://crates.io/crates/cargo-insta. From what I see (and what cargo tells me), it has only binary target, no lib / proc or anything like that.
Apparently specifying it in a dependencies section in Cargo.toml pulls it in and even compiles it, but I don't see any final binary (in target/) produced from that crate.
Steps
cargo-insta = "0.16"
into the[dependencies]
Possible Solution(s)
Notes
Output of
cargo version
:cargo 1.44.0
This is happening on Fedora 33 (x86_64) with rust/cargo provided by a distribution.
The text was updated successfully, but these errors were encountered: