rust/library/coretests
Jacob Pratt dbc38eed1d
Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay
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.
2025-08-22 22:00:44 -04:00
..
benches fmt benchmarks for binary, octal and hex 2025-07-25 16:03:47 +02:00
tests Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay 2025-08-22 22:00:44 -04:00
Cargo.toml Move float tests from std to core 2025-05-13 22:22:15 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00