Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serde_json recursion limit of 128 #478

Closed
kjeremy opened this issue Sep 10, 2018 · 1 comment
Closed

serde_json recursion limit of 128 #478

kjeremy opened this issue Sep 10, 2018 · 1 comment
Labels

Comments

@kjeremy
Copy link

kjeremy commented Sep 10, 2018

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.

See rust-lang/cargo#5992

@dtolnay
Copy link
Member

dtolnay commented Oct 15, 2018

This was fixed in Cargo by using RawValue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants