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

Update material to Rust Edition 2024 #141

Open
squell opened this issue Jan 28, 2025 · 0 comments
Open

Update material to Rust Edition 2024 #141

squell opened this issue Jan 28, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@squell
Copy link
Member

squell commented Jan 28, 2025

What is the scope of your suggestion?
A new Rust Edition will be coming out next month, and it has some changes (e.g. TIL that 'object safety' is now called 'dyn compatibility').

Describe what should be added/changed

  • We should go through the modules and update references to old concepts and replace them with the new concepts
  • We should go through the exercises and see if there's any place where the compiler (version 1.85) will complain about "this is old Rust edition stuff".

Describe a potential alternatives you've considered

  • A dedicated section on "old Rust editions" would be nice to have to teach-rs. E.g. "what does it mean if i see extern crate somewhere?", although I think that sort of stuff should not necessarily be taught to new programmers.
@squell squell added enhancement New feature or request good first issue Good for newcomers labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant