mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
68b4efd536
The `LifetimeParam` and `Local` variants use `source()` to find their range. Now that `source()` returns an `Option` we need to handle the `None` case.