From b3df1c2401e71eea05f2dba3ff39d48a1a5d4ded Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Thu, 17 Jul 2025 08:29:41 -0400 Subject: [PATCH] Fix typo in #14619 (#14677) --- crates/uv/src/windows_exception.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv/src/windows_exception.rs b/crates/uv/src/windows_exception.rs index 2e40e89cc..048eaa1ba 100644 --- a/crates/uv/src/windows_exception.rs +++ b/crates/uv/src/windows_exception.rs @@ -187,7 +187,7 @@ fn dump_regs(e: &mut ExceptionSafeStderr, c: &CONTEXT) -> std::fmt::Result { // SAFETY: The two variants of this anonymous union are equivalent, // one's an array and one has named registers. let regs = unsafe { c.Anonymous.Anonymous }; - let Windows::Win32::System::Diagnostics::Debug::CONTEXT_0_0 { + let windows::Win32::System::Diagnostics::Debug::CONTEXT_0_0 { X0, X1, X2,