Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-01-08-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)error[E0412]: cannot find type `CONTEXT` in this scope --> /root/.rustup/toolchains/nightly-2025-01-08-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/../../backtrace/src/windows_sys.rs:39:90 |39 | windows_targets::link!("kernel32.dll" "system" fn RtlCaptureContext(contextrecord : *mut CONTEXT)); | ^^^^^^^ not found in this scope |help: consider importing this enum through its public re-export |10 + use crate::sys::c::CONTEXT; |error[E0412]: cannot find type `CONTEXT` in this scope --> /root/.rustup/toolchains/nightly-2025-01-08-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/../../backtrace/src/windows_sys.rs:266:29 |266 | contextrecord: *mut CONTEXT, | ^^^^^^^ not found in this scope |help: consider importing this enum through its public re-export |10 + use crate::sys::c::CONTEXT; |For more information about this error, try `rustc --explain E0412`.error: could not compile `std` (lib) due to 2 previous errors