Files
rust/library
Stuart Cook f6c56bcd66 Rollup merge of #145930 - GrigorenkoPV:const_str_as_str, r=joshtriplett
`const`ify (the unstable) `str::as_str`

Tracking issue: rust-lang/rust#130366

The method was not initially marked `const` presumably because it is only useful with `Deref`. But now that const traits seem to be a thing that can actually become real, why not make it `const`?

PR `const`ifying `Deref`: rust-lang/rust#145279
2025-08-28 23:10:36 +10:00
..
2025-06-16 07:00:13 +00:00
2025-07-01 10:55:49 -07:00
2025-08-11 15:06:32 -05:00