mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 20:35:02 +01:00
deploy: d352efed29
This commit is contained in:
parent
4d6197c1aa
commit
495a13d042
5 changed files with 10 additions and 6 deletions
|
|
@ -170,4 +170,5 @@ If that is not possible, exposing <code>std::ptr::Unique</code> (with it g
|
|||
inside the standard library would have to be removed. We could also offer a <code>std::boxed::UniqueBox</code> that keeps the current semantics, but this would also bring direct aliasing
|
||||
decisions more towards safe code, which I am not a huge fan of. Ownership is enough already.</p>
|
||||
<p>I guess what I am wishing for are some good and flexible raw pointer types. But that&rsquo;s still in the stars&hellip;</p>
|
||||
<p>For more information about this topic, see <a href="https://github.com/rust-lang/unsafe-code-guidelines/issues/326">https://github.com/rust-lang/unsafe-code-guidelines/issues/326</a></p></content></item></channel></rss>
|
||||
<p>For more information about this topic, see <a href="https://github.com/rust-lang/unsafe-code-guidelines/issues/326">https://github.com/rust-lang/unsafe-code-guidelines/issues/326</a></p>
|
||||
<p><em>Thanks to the nice people on the Rust Community Discord for their feedback on the draft of this post!</em></p></content></item></channel></rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue