mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
dbc38eed1d
Fix overly restrictive lifetime in `core::panic::Location::file` return type Fixes #131770 by relaxing the lifetime to match what's stored in the struct. See that issue for more details and discussion. Since this is a breaking change, I think a crater run is in order. Since this change should only have an effect at compile-time, I think just a check run is sufficient.