4.7.0
rust-lang/rustlings4.7.0Apr 14, 2022by manyinsects
AI Summary
Introduces a new intro section, a new exercise for move semantics, rust-analyzer support, and numerous bug fixes.
Key Highlights
- Adds a new intro section prefixing normal exercises
- Adds new exercise `move_semantics4`
- Adds rust-analyzer support via optional crate feature
New Features
- New intro section
- New exercise `move_semantics4`
- Rust-analyzer support
Full Release Notes
See the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#4.7.0) for what's changed. Some highlights: - A new intro section prefixing the normal exercises has been added. - New exercise, `move_semantics4`. - `rust-analyzer` support has been added via an optional crate feature. More info in the [README](https://github.com/rust-lang/rustlings#enabling-rust-analyzer) - Tons and tons of bug fixes. To upgrade, run: ```sh git fetch git checkout tags/4.7.0 ```