]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/as-unsafe-cell.md
Add all unstable features to Unstable Book.
[rust.git] / src / doc / unstable-book / src / as-unsafe-cell.md
1 # `as_unsafe_cell`
2
3 The tracking issue for this feature is: [#27708]
4
5 [#27708]: https://github.com/rust-lang/rust/issues/27708
6
7 ------------------------