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

Prevent E0658 by limiting enum-iterator version. #132

Merged
merged 3 commits into from Aug 30, 2022

Conversation

joaoantoniocardoso
Copy link
Contributor

@joaoantoniocardoso joaoantoniocardoso commented Aug 30, 2022

Hi!

enum-iterator 1.2.0 is using unstable features, causing some projects using vergen to fail when building:

error[E0658]: use of unstable library feature 'array_from_fn'
   --> /root/.cargo/registry/src/github.com-1285ae84e5963aae/enum-iterator-1.2.0/src/lib.rs:554:18
    |
554 |             Some(core::array::from_fn(|_| unreachable!()))
    |                  ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #89379 <https://github.com/rust-lang/rust/issues/89379> for more information

Thanks!

enum-iterator 1.2.0 is using unstable features, causing projects using vergen to fail when building:
```
error[E0658]: use of unstable library feature 'array_from_fn'
   --> /root/.cargo/registry/src/github.com-1285ae84e5963aae/enum-iterator-1.2.0/src/lib.rs:554:18
    |
554 |             Some(core::array::from_fn(|_| unreachable!()))
    |                  ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #89379 <rust-lang/rust#89379> for more information
```
@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #132 (429a689) into master (3c34d24) will increase coverage by 0.25%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   93.86%   94.11%   +0.25%     
==========================================
  Files          11       11              
  Lines        1189     1189              
==========================================
+ Hits         1116     1119       +3     
+ Misses         73       70       -3     
Impacted Files Coverage Δ
src/config.rs 89.60% <ø> (ø)
src/constants.rs 100.00% <ø> (ø)
src/error.rs 76.08% <0.00%> (+6.52%) ⬆️
src/feature/build.rs 92.85% <ø> (ø)
src/feature/cargo.rs 100.00% <ø> (ø)
src/feature/git.rs 91.72% <ø> (ø)
src/feature/mod.rs 100.00% <ø> (ø)
src/feature/rustc.rs 93.68% <ø> (ø)
src/feature/si.rs 97.48% <ø> (ø)
src/gen.rs 99.62% <ø> (ø)
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CraZySacX CraZySacX merged commit 6a2e754 into rustyhorde:master Aug 30, 2022
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.

None yet

2 participants