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.98k stars 1.67k forks source link

Fix inclusion of `PhoneNumber` in exercise #2426

Closed mgeisler closed 1 month ago

mgeisler commented 1 month ago

The anchor used the wrong name. This was not caught by our tests because the code isn’t expected to compile, even when this is included.