-
Notifications
You must be signed in to change notification settings - Fork 217
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
config-rs broken since rust 1.48 #158
Comments
This is an upstream / rustc bug, no? |
config-rs is now broken on rust |
A quick note - this is a test failure, originating in serde_hjson. Error is bubbling up from this line. |
This appears to be the offending line: https://github.com/contain-rs/linked-hash-map/blob/master/src/lib.rs#L174
Until then, I can't run my projects which rely on |
This is happening now on last stable. |
I am getting this too. |
One possibility would be for config-rs to use feature flags, so that the upstream broken |
|
We are using |
…t 1.48.0. We ran into the same bug than here: rust-cli/config-rs#158
* Bump serde_yaml version to solve an issue with linked_hash_map on rust 1.48.0. We ran into the same bug than here: rust-cli/config-rs#158 * Added x-operation-name to the generated openapi yaml for better generated function name in tools such as ng-openapi-gen * Bump saphir-cli revision
Since yaml-rust hasn't worked for the past two months, how about using https://github.com/dtolnay/serde-yaml as the yaml library instead? |
We were wrong about this, the problem isnt caused by yaml-rust but by hjson-rust itself. Here is the issue with some possible solutions: |
Seems both libraries have the same ultimate problem: they're both using |
We're trying to use
config-rs
using the latest rustnightly-1.49-0
, and we're getting:I see this is also failing on your travis build too:
https://travis-ci.org/github/mehcode/config-rs/jobs/734764347#L291
cc @Nutomic
The text was updated successfully, but these errors were encountered: