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

Fix a regression on beta Rust #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tgross35
Copy link

@tgross35 tgross35 commented Jun 5, 2024

This bit of code relies on behavior that will no longer work in Rust 1.79, which is currently in beta. Since this crate was the only regression, the behavior change was considered acceptable, but does mean that this crate has a minor breakage in tests.

Add a concrete type to the vector to correct for this behavior change.

See the context here: rust-lang/rust#125198

This bit of code relies on behavior that will no longer work in Rust 1.79,
which is currently in beta. Since this crate was the only regression, the
behavior change was considered acceptable, but does mean that this crate has a
minor breakage in tests. 

Add a concrete type to the vector to correct for this behavior change. 

See the context here:
rust-lang/rust#125198
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