Files
rust/library
Jacob Pratt e78b1321e5 Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt
[generic_assert] Constify methods used by the formatting system

cc #44838

Starts the "constification" of all the elements required to allow the execution of the formatting system in constant environments.

```rust
const _: () = { panic!("{:?}", 1i32); };
```

Further stuff is blocked by #133999.
2025-01-06 22:04:17 -05:00
..
2025-01-03 20:16:52 -08:00
2024-07-28 14:46:29 -04:00
2024-12-24 19:00:57 +01:00
2024-12-24 19:00:57 +01:00
2024-11-19 18:54:20 +01:00
2025-01-05 01:40:09 +01:00