Files
rust/tests
bors dd436ae2a6 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.
2024-12-13 08:32:20 +00:00
..
2024-12-06 16:42:09 -05:00
2024-12-13 00:04:56 +00:00
2024-12-12 22:09:39 +01:00
2024-12-04 23:03:44 +01:00
2024-12-13 00:04:56 +00:00
2024-12-05 22:50:21 +01:00