diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-08-15 18:13:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 18:13:27 -0400 |
| commit | 7a05f26a3b03b9387e2fe9c9fcbe012dc5423b29 (patch) | |
| tree | adc41906fb65bb3b91a2d657b92c72e2df1b3b5a /compiler/rustc_llvm/llvm-wrapper/Linker.cpp | |
| parent | 41e40f36303f49740d0d7488238ed7f5d3007723 (diff) | |
| parent | 14c6e50d4740e13bf36b6c272485804ba9ad9117 (diff) | |
| download | rust-7a05f26a3b03b9387e2fe9c9fcbe012dc5423b29.tar.gz rust-7a05f26a3b03b9387e2fe9c9fcbe012dc5423b29.zip | |
Rollup merge of #144054 - jsimmons:stabilize-as-array-of-cells, r=tgross35
Stabilize as_array_of_cells
This PR stabilizes
```rust
impl<T, const N: usize> Cell<[T; N]> {
pub const fn as_array_of_cells(&self) -> &[Cell<T>; N];
}
```
Stabilization report: https://github.com/rust-lang/rust/issues/88248#issuecomment-3082986863
Closes: https://github.com/rust-lang/rust/issues/88248
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
0 files changed, 0 insertions, 0 deletions
