Files
rust/library/core/tests
Matthias Krüger cb7f1eec04 Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay
Stabilize `const_caller_location` and `const_location_fields`

Closes #102911. Closes #76156.

tests: [library/core/tests/panic/location.rs](3521a2f2f3/library/core/tests/panic/location.rs)

API:
```rust
// core::panic::location
impl Location {
    pub const fn caller() -> &'static Location<'static>;
    pub const fn file(&self) -> &str;
    pub const fn line(&self) -> u32;
    pub const fn column(&self) -> u32;
}
```
2024-04-06 13:00:05 +02:00
..
2024-01-11 15:04:48 +03:00
2024-02-07 16:46:28 +01:00
2024-03-20 08:49:13 -04:00
2023-06-29 01:55:03 +02:00
2023-04-26 02:10:22 -04:00
2023-04-16 11:38:52 +00:00
2024-01-11 15:04:48 +03:00
2023-12-10 10:56:22 +08:00
2023-05-30 08:00:10 -04:00
2023-04-16 11:38:52 +00:00
2023-04-16 11:38:52 +00:00
2024-01-11 15:04:48 +03:00
2023-07-03 14:05:55 +02:00
2024-03-24 17:42:35 -07:00
2024-02-07 10:42:01 +08:00
2023-07-12 21:38:55 -04:00
2024-01-11 15:04:48 +03:00
2024-03-31 03:35:17 +01:00
2024-03-20 08:49:13 -04:00
2023-11-26 08:50:39 -05:00
2022-12-30 14:00:42 +01:00
2023-01-02 10:33:23 -08:00
2024-01-24 14:24:57 +01:00