debuginfo: Support fat pointers to unsized tuples.#94050
debuginfo: Support fat pointers to unsized tuples.#94050bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
r? @wesleywiser |
923d2a2 to
28ca6b0
Compare
|
@bors r+ |
|
📌 Commit 28ca6b0 has been approved by |
|
⌛ Testing commit 28ca6b0 with merge 7e015b34efec1723f919f107230c63e9dd619192... |
|
💥 Test timed out |
|
@bors retry auto (dist-armhf-linux, ubuntu-20.04-xl) timeout |
|
⌛ Testing commit 28ca6b0 with merge 1a226156777dac93dd30ef6162fbc95244ccbd65... |
|
💔 Test failed - checks-actions |
|
@bors retry |
|
⌛ Testing commit 28ca6b0 with merge 3136b7918e16c0606807fd4f5917875dd737b58d... |
|
💥 Test timed out |
|
@bors retry auto (i686-gnu-nopt, ubuntu-20.04-xl) timeout |
|
@bors p=20 makes sure this gets in before the beta cutoff |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (5a1a370): comparison url. Summary: This benchmark run did not return any relevant results. 1 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This PR makes fat pointer debuginfo generation handle the case of unsized tuples.
Fixes #93871