This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
28ea002340
rust
/
library
/
core
/
src
/
ptr
History
Download ZIP
Download TAR.GZ
Alex Saveau
28ea002340
Add small clarification around using pointers derived from references
...
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2022-11-06 12:09:55 -08:00
..
alignment.rs
Print the precondition we violated, and visible through output capture
2022-10-26 22:09:17 -04:00
const_ptr.rs
Rollup merge of
#103035
- saethlin:assert_unsafe_precondition3, r=thomcc
2022-10-27 09:25:08 +02:00
metadata.rs
Use ptr::metadata in <[T]>::len implementation
2022-08-21 15:19:32 +00:00
mod.rs
Add small clarification around using pointers derived from references
2022-11-06 12:09:55 -08:00
mut_ptr.rs
Rollup merge of
#103580
- lukas-code:guaranteed_ne, r=GuillaumeGomez
2022-10-27 08:30:58 +09:00
non_null.rs
Print the precondition we violated, and visible through output capture
2022-10-26 22:09:17 -04:00
unique.rs
Implement
core::ptr::Unique
on top of
NonNull
2022-04-14 19:35:40 +02:00