Skip to content

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Apr 3, 2023

indexmap 1.9.3 (latest release) and older auto-detect the use of std by testing whether the current toolchain is able to compile a probe file containing extern crate std;. If it fails, IndexMap does not default the third generic parameter, causing builds of syn-codegen to fail.

In indexmap master, this is fixed by defaulting the std feature.

@dtolnay dtolnay merged commit fe5e162 into master Apr 3, 2023
@dtolnay dtolnay deleted the indexmap branch April 3, 2023 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant