about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-07-22 22:06:16 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2024-07-28 14:46:29 -0400
commit5eca36d27a5599f1e15885cd36d6559d36048cd3 (patch)
tree2af1e3f3bad75e3335ea0642755f2849e9686b9e /compiler/rustc_ty_utils/src
parentfceb0863d8e5b01fe9c315e5b52e2c7a862dd85e (diff)
downloadrust-5eca36d27a5599f1e15885cd36d6559d36048cd3.tar.gz
rust-5eca36d27a5599f1e15885cd36d6559d36048cd3.zip
step cfg(bootstrap)
Diffstat (limited to 'compiler/rustc_ty_utils/src')
-rw-r--r--compiler/rustc_ty_utils/src/layout.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_ty_utils/src/layout.rs b/compiler/rustc_ty_utils/src/layout.rs
index 6045abc50a9..ae3f72c37b9 100644
--- a/compiler/rustc_ty_utils/src/layout.rs
+++ b/compiler/rustc_ty_utils/src/layout.rs
@@ -733,9 +733,7 @@ fn coroutine_saved_local_eligibility(
                     // point, so it is no longer a candidate.
                     trace!(
                         "removing local {:?} in >1 variant ({:?}, {:?})",
-                        local,
-                        variant_index,
-                        idx
+                        local, variant_index, idx
                     );
                     ineligible_locals.insert(*local);
                     assignments[*local] = Ineligible(None);