google / comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
https://google.github.io/comprehensive-rust/
Apache License 2.0
27.96k stars 1.67k forks source link

Call out that `self` receivers are covered later #2422

Closed mgeisler closed 1 month ago

mgeisler commented 1 month ago

We have not formally introduced ownership at this point, so the exercise can be confusing for students.

Alternatively, we could consider removing the finish method since it’s not essential for a first encounter with methods.