mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-09 01:02:47 +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
|
||||
non-atomic reference count.
|
||||
* `*const T`, `*mut T`: Rust has special lifetime considerations for the
|
||||
pointer.
|
||||
* `*const T`, `*mut T`: Rust assumes raw pointers may have special
|
||||
concurrency considerations.
|
||||
|
Loading…
Reference in New Issue
Block a user