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
There is a difference between cargo build (implies --message-format=human) and cargo build --message-format=json due to a recursion limit hardcoded into serde_json. This causes the json to omit information.
There is a difference between
cargo build
(implies--message-format=human
) andcargo build --message-format=json
due to a recursion limit hardcoded intoserde_json
. This causes the json to omit information.See rust-lang/cargo#5992
The text was updated successfully, but these errors were encountered: