mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-17 05:57:19 +02:00
Further refine language as per @QuineDot's idea
This commit is contained in:
parent
2b2e006417
commit
4295b8da5c
@ -37,5 +37,5 @@ These types are not thread-safe and cannot be moved to other threads:
|
|||||||
|
|
||||||
* `Rc<T>`: each `Rc<T>` has a reference to an `RcBox<T>`, which contains a
|
* `Rc<T>`: each `Rc<T>` has a reference to an `RcBox<T>`, which contains a
|
||||||
non-atomic reference count.
|
non-atomic reference count.
|
||||||
* `*const T`, `*mut T`: Rust has special lifetime considerations for the
|
* `*const T`, `*mut T`: Rust assumes raw pointers may have special
|
||||||
pointer.
|
concurrency considerations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user