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: bump rust version and fix compatibility issues #9

Closed
wants to merge 1 commit into from

Conversation

bombard1004
Copy link

Due to a Rust version upgrade, several compatibility issues have arisen. Consequently, anyone newly starting on this assignment will encounter errors.

This Pull Request aims to resolve these issues by updating the Rust version and addressing the associated compatibility problems.

  1. Removed pointer_structural_match (removed in Rust 1.80, converted into hard error) from lib.rs.
  2. Fixed interp.rs to comply with elided_named_lifetimes (new in Rust 1.83).

@Lee-Janggun
Copy link
Member

Should be fixed now.

@Lee-Janggun Lee-Janggun closed this Jan 6, 2025
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.

2 participants