rust/library
Jubilee 0151cbe6e8
Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee
Document futility of printing temporary pointers

In the user forum I've seen a few people trying to understand how borrowing and moves are implemented by peppering their code with printing of `{:p}` of references to variables and expressions. This is a bad idea. It gives misleading and confusing results, because of autoderef magic, printing pointers of temporaries on the stack, and/or causes LLVM to optimize code differently when values had their address exposed.
2024-09-15 23:51:24 -07:00
..
alloc Rollup merge of #129439 - okaneco:vec_string_lossy, r=Noratrieb 2024-09-15 16:01:36 +02:00
backtrace@230570f2da
core Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee 2024-09-15 23:51:24 -07:00
panic_abort
panic_unwind library: Compute Rust exception class from its string repr 2024-09-14 20:26:37 -07:00
portable-simd simd_shuffle: require index argument to be a vector 2024-09-14 14:43:24 +02:00
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay 2024-09-15 20:55:13 +02:00
stdarch@ace72223a0 update stdarch 2024-09-11 08:35:32 +02:00
sysroot
test
unwind
windows_targets
Cargo.lock
Cargo.toml