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

remove dependency on reverted const type id #419

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Conversation

KodrAus
Copy link
Contributor

@KodrAus KodrAus commented Oct 15, 2020

We were going to depend on const_type_id, but that feature was reverted before it was stabilized.

I'm working on a refactoring that changes this, but in the meantime anybody depending on kv_unstable and building on 1.47.0 is broken. This just removes the expectation that 1.47.0 will allow const_type_id.

@Karrq
Copy link

Karrq commented Jan 8, 2021

Is this perhaps the expected error to find on 1.47?
I'm currently trying to investigate who enables the kv feature in my workspace

error[E0635]: unknown feature `const_type_id`
 --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.5/src/lib.rs:3:54
  |
3 | #![cfg_attr(value_bag_capture_const_type_id, feature(const_type_id))]
  |                                                      ^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0635`.
error: could not compile `value-bag`.

EFanZh pushed a commit to EFanZh/log that referenced this pull request Jul 23, 2023
(cargo-release) version 0.2.2

Co-authored-by: github-actions <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants