Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #90344 - xfix:tracking-issue-const_cstr_unchecked, r=…
…Mark-Simulacrum Add tracking issue number to const_cstr_unchecked Also created a tracking issue, see #90343. I think it makes sense to stabilize this somewhat soon considering abuse of `transmute` to have this feature in constants, see https://crates.io/crates/cstr for an example. Code can be rewritten to use `mem::transmute` to work on stable.
- Loading branch information