about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-13 08:32:20 +0000
committerbors <bors@rust-lang.org>2024-12-13 08:32:20 +0000
commitdd436ae2a628c523c967a7876873a96c44b1e382 (patch)
treed51ba38fa449f1a7800fef03f19565ac9a3e7cb6 /compiler/rustc_hir_analysis/messages.ftl
parent3da8bfb87f2bdcff56ed845383aa1c4fcd2c8705 (diff)
parenta7fc76a3ab640fa1d6d95b6b722ed4d82d4e333e (diff)
downloadrust-dd436ae2a628c523c967a7876873a96c44b1e382.tar.gz
rust-dd436ae2a628c523c967a7876873a96c44b1e382.zip
Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk
We don't need `NonNull::as_ptr` debuginfo

In order to stop pessimizing the use of local variables in core, skip debug info for MIR temporaries in tiny (single-BB) functions.

For functions as simple as this -- `Pin::new`, etc -- nobody every actually wants debuginfo for them in the first place.  They're more like intrinsics than real functions, and stepping over them is good.
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
0 files changed, 0 insertions, 0 deletions