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

Rust upgrade task list #2459

Open
6 tasks
zmerp opened this issue Oct 17, 2024 · 0 comments
Open
6 tasks

Rust upgrade task list #2459

zmerp opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zmerp
Copy link
Member

zmerp commented Oct 17, 2024

Current MSRV: 1.77

Useful adoptable features:

  • 1.78: None
  • 1.79:
    • Use of references escaping if or match blocks
  • 1.80:
    • Lazy -> LazyLock
    • LazyCell for thread local (GraphicsContext)
    • Duration::div_duration_f32
  • 1.81:
    • #[expect(lint)]
  • 1.82:
    • Use &raw const/mut var instead of cast
@zmerp zmerp added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant