Skip to content

ICE on stable and nightly: compiler\rustc_const_eval\src\interpret\operand.rs:661:13: primitive read not possible for type: u32 #137974

@djozis

Description

@djozis

I was able to reproduce an ICE on a Windows Sandbox with a fresh install of Rust, with just the Cargo.toml file below. The output said "we would appreciate a bug report" so I'm happy to share.

Code

Cargo.toml

[package]
name = "bugreport"
version = "0.0.0"
edition = "2021"

[dependencies]
v8 = "134.4.0"
reqwest = { version = "0.12.12", features = ["json", "gzip"] }
tokio-tungstenite = { version = "0.26.1", features = ["rustls-tls-native-roots"] }
rustls = { version = "0.23.23", features = ["ring"] }
ctrlc = "3.4.5"
image = "0.25.5"

src/lib.rs (empty)

src/main.rs

fn main() {
    println!("Hello, world!");
}

Meta

rustc --version --verbose:

rustc 1.85.0 (4d91de4e4 2025-02-17)
binary: rustc
commit-hash: 4d91de4e48198da2e33413efdcd9cd2cc0c46688
commit-date: 2025-02-17
host: x86_64-pc-windows-msvc
release: 1.85.0
LLVM version: 19.1.7

Error output

C:\Users\WDAGUtilityAccount\Desktop\zz>cargo build
    Updating crates.io index
     Locking 298 packages to latest compatible versions
  Downloaded arg_enum_proc_macro v0.3.4
  Downloaded arrayvec v0.7.6
  Downloaded bitflags v2.9.0
  Downloaded http-body v1.0.1
  Downloaded equivalent v1.0.2
  Downloaded icu_provider_macros v1.5.0
  Downloaded autocfg v1.4.0
  Downloaded http-body-util v0.1.2
  Downloaded fslock v0.2.1
  Downloaded itoa v1.0.15
  Downloaded gzip-header v1.0.0
  Downloaded wasm-bindgen-macro v0.2.100
  Downloaded jobserver v0.1.32
  Downloaded lebe v0.5.2
  Downloaded tower-service v0.3.3
  Downloaded icu_normalizer v1.5.0
  Downloaded icu_provider v1.5.0
  Downloaded zerofrom v0.1.6
  Downloaded icu_collections v1.5.0
  Downloaded utf-8 v0.7.6
  Downloaded wasm-bindgen-shared v0.2.100
  Downloaded idna v1.0.3
  Downloaded untrusted v0.9.0
  Downloaded wasm-bindgen-macro-support v0.2.100
  Downloaded noop_proc_macro v0.3.0
  Downloaded want v0.3.1
  Downloaded unicode-ident v1.0.18
  Downloaded h2 v0.4.8
  Downloaded utf8_iter v1.0.4
  Downloaded windows-targets v0.52.6
  Downloaded windows-result v0.2.0
  Downloaded which v6.0.3
  Downloaded mime v0.3.17
  Downloaded weezl v0.1.8
  Downloaded wasm-bindgen-backend v0.2.100
  Downloaded wasm-bindgen v0.2.100
  Downloaded version_check v0.9.5
  Downloaded url v2.5.4
  Downloaded windows-strings v0.1.0
  Downloaded windows-registry v0.2.0
  Downloaded v_frame v0.3.8
  Downloaded image v0.25.5
  Downloaded icu_properties_data v1.5.0
  Downloaded zerofrom-derive v0.1.6
  Downloaded yoke v0.7.5
  Downloaded exr v1.73.0
  Downloaded winsafe v0.0.19
  Downloaded tower-layer v0.3.3
  Downloaded native-tls v0.2.14
  Downloaded litemap v0.7.5
  Downloaded zune-inflate v0.2.54
  Downloaded zeroize v1.8.1
  Downloaded writeable v0.5.5
  Downloaded sync_wrapper v1.0.2
  Downloaded jpeg-decoder v0.3.1
  Downloaded zerovec-derive v0.10.3
  Downloaded profiling-procmacros v1.0.16
  Downloaded bindgen v0.70.1
  Downloaded aws-lc-rs v1.12.5
  Downloaded simd_helpers v0.1.0
  Downloaded num-integer v0.1.46
  Downloaded zune-core v0.4.12
  Downloaded zerocopy-derive v0.7.35
  Downloaded windows_x86_64_msvc v0.52.6
  Downloaded libloading v0.8.6
  Downloaded rgb v0.8.50
  Downloaded num-derive v0.4.2
  Downloaded tungstenite v0.26.2
  Downloaded tracing-core v0.1.33
  Downloaded miniz_oxide v0.7.4
  Downloaded winapi v0.3.9
  Downloaded tokio-native-tls v0.3.1
  Downloaded ppv-lite86 v0.2.20
  Downloaded stable_deref_trait v1.2.0
  Downloaded tinystr v0.7.6
  Downloaded subtle v2.6.1
  Downloaded simd-adler32 v0.3.7
  Downloaded ravif v0.11.11
  Downloaded shlex v1.3.0
  Downloaded serde_urlencoded v0.7.1
  Downloaded quick-error v2.0.1
  Downloaded rustversion v1.0.20
  Downloaded thiserror v1.0.69
  Downloaded thiserror-impl v2.0.12
  Downloaded synstructure v0.13.1
  Downloaded slab v0.4.9
  Downloaded sha1 v0.10.6
  Downloaded encoding_rs v0.8.35
  Downloaded rustls-native-certs v0.8.1
  Downloaded log v0.4.26
  Downloaded smallvec v1.14.0
  Downloaded num-rational v0.4.2
  Downloaded rustc-hash v1.1.0
  Downloaded rand_chacha v0.9.0
  Downloaded quote v1.0.39
  Downloaded tokio-rustls v0.26.2
  Downloaded profiling v1.0.16
  Downloaded thiserror v2.0.12
  Downloaded thiserror-impl v1.0.69
  Downloaded rustls-pemfile v2.2.0
  Downloaded pin-project-lite v0.2.16
  Downloaded tokio-tungstenite v0.26.2
  Downloaded once_cell v1.20.3
  Downloaded pin-utils v0.1.0
  Downloaded ryu v1.0.20
  Downloaded zune-jpeg v0.4.14
  Downloaded paste v1.0.15
  Downloaded percent-encoding v2.3.1
  Downloaded tracing v0.1.41
  Downloaded yoke-derive v0.7.5
  Downloaded aho-corasick v1.1.3
  Downloaded try-lock v0.2.5
  Downloaded loop9 v0.1.5
  Downloaded futures-util v0.3.31
  Downloaded rand_core v0.9.3
  Downloaded itertools v0.13.0
  Downloaded hyper v1.6.0
  Downloaded socket2 v0.5.8
  Downloaded hashbrown v0.15.2
  Downloaded itertools v0.12.1
  Downloaded utf16_iter v1.0.5
  Downloaded typenum v1.18.0
  Downloaded schannel v0.1.27
  Downloaded minimal-lexical v0.2.1
  Downloaded write16 v1.0.0
  Downloaded http v1.2.0
  Downloaded flate2 v1.1.0
  Downloaded num-traits v0.2.19
  Downloaded windows-sys v0.59.0
  Downloaded rayon-core v1.12.1
  Downloaded qoi v0.4.1
  Downloaded mio v1.0.3
  Downloaded prettyplease v0.2.30
  Downloaded windows-sys v0.52.0
  Downloaded serde v1.0.218
  Downloaded rand v0.9.0
  Downloaded num-bigint v0.4.6
  Downloaded tower v0.5.2
  Downloaded nom v7.1.3
  Downloaded zerovec v0.10.4
  Downloaded memchr v2.7.4
  Downloaded tokio-util v0.7.13
  Downloaded png v0.17.16
  Downloaded zerocopy v0.7.35
  Downloaded serde_json v1.0.140
  Downloaded proc-macro2 v1.0.94
  Downloaded miniz_oxide v0.8.5
  Downloaded rustls-pki-types v1.11.0
  Downloaded cc v1.2.16
  Downloaded bumpalo v3.17.0
  Downloaded async-compression v0.4.20
  Downloaded new_debug_unreachable v1.0.6
  Downloaded rayon v1.10.0
  Downloaded maybe-rayon v0.1.1
  Downloaded indexmap v2.7.1
  Downloaded hyper-util v0.1.10
  Downloaded rustls-webpki v0.102.8
  Downloaded reqwest v0.12.12
  Downloaded zerocopy v0.8.21
  Downloaded bytes v1.10.0
  Downloaded regex v1.11.1
  Downloaded syn v2.0.99
  Downloaded half v2.4.1
  Downloaded rustls v0.23.23
  Downloaded base64 v0.22.1
  Downloaded regex-syntax v0.8.5
  Downloaded imgref v1.11.0
  Downloaded image-webp v0.2.1
  Downloaded icu_properties v1.5.1
  Downloaded icu_locid_transform_data v1.5.0
  Downloaded icu_locid v1.5.0
  Downloaded hyper-rustls v0.27.5
  Downloaded gif v0.13.1
  Downloaded clang-sys v1.8.1
  Downloaded icu_normalizer_data v1.5.0
  Downloaded httparse v1.10.1
  Downloaded getrandom v0.3.1
  Downloaded crossbeam-utils v0.8.21
  Downloaded crossbeam-epoch v0.9.18
  Downloaded bytemuck v1.22.0
  Downloaded anyhow v1.0.97
  Downloaded ipnet v2.11.0
  Downloaded futures-channel v0.3.31
  Downloaded fnv v1.0.7
  Downloaded icu_locid_transform v1.5.0
  Downloaded fdeflate v0.3.7
  Downloaded crc32fast v1.4.2
  Downloaded byteorder v1.5.0
  Downloaded getrandom v0.2.15
  Downloaded futures-sink v0.3.31
  Downloaded fs_extra v1.3.0
  Downloaded built v0.7.7
  Downloaded hyper-tls v0.6.0
  Downloaded home v0.5.11
  Downloaded bitstream-io v2.6.0
  Downloaded av1-grain v0.2.3
  Downloaded regex-automata v0.4.9
  Downloaded glob v0.3.2
  Downloaded generic-array v0.14.7
  Downloaded futures-core v0.3.31
  Downloaded libc v0.2.170
  Downloaded either v1.14.0
  Downloaded dunce v1.0.5
  Downloaded data-encoding v2.8.0
  Downloaded cpufeatures v0.2.17
  Downloaded cexpr v0.6.0
  Downloaded idna_adapter v1.2.0
  Downloaded tokio v1.43.0
  Downloaded futures-task v0.3.31
  Downloaded crossbeam-deque v0.8.6
  Downloaded cfg-if v1.0.0
  Downloaded byteorder-lite v0.1.0
  Downloaded block-buffer v0.10.4
  Downloaded form_urlencoded v1.2.1
  Downloaded displaydoc v0.2.5
  Downloaded ctrlc v3.4.5
  Downloaded cmake v0.1.54
  Downloaded adler v1.0.2
  Downloaded digest v0.10.7
  Downloaded crypto-common v0.1.6
  Downloaded bitflags v1.3.2
  Downloaded bit_field v0.10.2
  Downloaded avif-serialize v0.8.3
  Downloaded aligned-vec v0.5.0
  Downloaded adler2 v2.0.0
  Downloaded atomic-waker v1.1.2
  Downloaded color_quant v1.1.0
  Downloaded aws-lc-sys v0.26.0
  Downloaded tiff v0.9.1
  Downloaded ring v0.17.11
  Downloaded rav1e v0.7.1
  Downloaded v8 v134.5.0
  Downloaded 232 crates (69.2 MB) in 8.44s (largest was `v8` at 33.4 MB)
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling windows_x86_64_msvc v0.52.6
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.4.0
   Compiling shlex v1.3.0
   Compiling jobserver v0.1.32
   Compiling bytes v1.10.0
   Compiling pin-project-lite v0.2.16
   Compiling once_cell v1.20.3
   Compiling stable_deref_trait v1.2.0
   Compiling paste v1.0.15
   Compiling futures-core v0.3.31
   Compiling log v0.4.26
   Compiling itoa v1.0.15
   Compiling fs_extra v1.3.0
   Compiling crossbeam-utils v0.8.21
   Compiling dunce v1.0.5
   Compiling minimal-lexical v0.2.1
   Compiling futures-sink v0.3.31
   Compiling simd-adler32 v0.3.7
   Compiling fnv v1.0.7
   Compiling smallvec v1.14.0
   Compiling writeable v0.5.5
   Compiling typenum v1.18.0
   Compiling version_check v0.9.5
   Compiling litemap v0.7.5
   Compiling adler2 v2.0.0
   Compiling memchr v2.7.4
   Compiling rayon-core v1.12.1
   Compiling glob v0.3.2
   Compiling futures-task v0.3.31
   Compiling crc32fast v1.4.2
   Compiling httparse v1.10.1
   Compiling rustls-pki-types v1.11.0
   Compiling pin-utils v0.1.0
   Compiling aws-lc-rs v1.12.5
   Compiling icu_locid_transform_data v1.5.0
   Compiling cc v1.2.16
   Compiling miniz_oxide v0.8.5
   Compiling libc v0.2.170
   Compiling prettyplease v0.2.30
   Compiling getrandom v0.3.1
   Compiling http v1.2.0
   Compiling tracing-core v0.1.33
   Compiling getrandom v0.2.15
   Compiling equivalent v1.0.2
   Compiling hashbrown v0.15.2
   Compiling either v1.14.0
   Compiling untrusted v0.9.0
   Compiling icu_properties_data v1.5.0
   Compiling anyhow v1.0.97
   Compiling zeroize v1.8.1
   Compiling winapi v0.3.9
   Compiling generic-array v0.14.7
   Compiling windows-targets v0.52.6
   Compiling byteorder v1.5.0
   Compiling regex-syntax v0.8.5
   Compiling native-tls v0.2.14
   Compiling windows-sys v0.52.0
   Compiling windows-sys v0.59.0
   Compiling clang-sys v1.8.1
   Compiling libloading v0.8.6
   Compiling slab v0.4.9
   Compiling num-traits v0.2.19
   Compiling icu_normalizer_data v1.5.0
   Compiling zerocopy v0.8.21
   Compiling try-lock v0.2.5
   Compiling atomic-waker v1.1.2
   Compiling rustls v0.23.23
   Compiling write16 v1.0.0
   Compiling serde v1.0.218
   Compiling utf16_iter v1.0.5
   Compiling thiserror v1.0.69
   Compiling arrayvec v0.7.6
   Compiling built v0.7.7
   Compiling aligned-vec v0.5.0
   Compiling utf8_iter v1.0.4
   Compiling tracing v0.1.41
   Compiling bindgen v0.70.1
   Compiling flate2 v1.1.0
   Compiling rand_core v0.9.3
   Compiling futures-util v0.3.31
   Compiling crossbeam-epoch v0.9.18
   Compiling nom v7.1.3
   Compiling want v0.3.1
   Compiling quote v1.0.39
   Compiling itertools v0.13.0
   Compiling indexmap v2.7.1
   Compiling futures-channel v0.3.31
   Compiling winsafe v0.0.19
   Compiling tower-service v0.3.3
   Compiling thiserror v2.0.12
   Compiling adler v1.0.2
   Compiling rav1e v0.7.1
   Compiling rustc-hash v1.1.0
   Compiling bitflags v2.9.0
   Compiling syn v2.0.99
   Compiling crossbeam-deque v0.8.6
   Compiling http-body v1.0.1
   Compiling percent-encoding v2.3.1
   Compiling subtle v2.6.1
   Compiling miniz_oxide v0.7.4
   Compiling simd_helpers v0.1.0
   Compiling itertools v0.12.1
   Compiling windows-result v0.2.0
   Compiling gzip-header v1.0.0
   Compiling form_urlencoded v1.2.1
   Compiling noop_proc_macro v0.3.0
   Compiling weezl v0.1.8
   Compiling bitstream-io v2.6.0
   Compiling cpufeatures v0.2.17
   Compiling quick-error v2.0.1
   Compiling imgref v1.11.0
   Compiling new_debug_unreachable v1.0.6
   Compiling num-integer v0.1.46
   Compiling v_frame v0.3.8
   Compiling ryu v1.0.20
   Compiling serde_json v1.0.140
   Compiling windows-strings v0.1.0
   Compiling cmake v0.1.54
   Compiling avif-serialize v0.8.3
   Compiling zune-inflate v0.2.54
   Compiling loop9 v0.1.5
   Compiling fdeflate v0.3.7
   Compiling sync_wrapper v1.0.2
   Compiling half v2.4.1
   Compiling tower-layer v0.3.3
   Compiling zune-core v0.4.12
   Compiling color_quant v1.1.0
   Compiling num-bigint v0.4.6
   Compiling regex-automata v0.4.9
   Compiling rayon v1.10.0
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling lebe v0.5.2
   Compiling bitflags v1.3.2
   Compiling byteorder-lite v0.1.0
   Compiling digest v0.10.7
   Compiling jpeg-decoder v0.3.1
   Compiling home v0.5.11
   Compiling rgb v0.8.50
   Compiling utf-8 v0.7.6
   Compiling bytemuck v1.22.0
   Compiling bit_field v0.10.2
   Compiling data-encoding v2.8.0
   Compiling png v0.17.16
   Compiling sha1 v0.10.6
   Compiling zune-jpeg v0.4.14
   Compiling gif v0.13.1
   Compiling image-webp v0.2.1
   Compiling windows-registry v0.2.0
   Compiling exr v1.73.0
   Compiling rustls-pemfile v2.2.0
   Compiling encoding_rs v0.8.35
   Compiling base64 v0.22.1
   Compiling qoi v0.4.1
   Compiling ipnet v2.11.0
   Compiling mime v0.3.17
   Compiling socket2 v0.5.8
   Compiling mio v1.0.3
   Compiling cexpr v0.6.0
   Compiling fslock v0.2.1
   Compiling tiff v0.9.1
   Compiling aws-lc-sys v0.26.0
   Compiling ring v0.17.11
error: internal compiler error: compiler\rustc_const_eval\src\interpret\operand.rs:661:13: primitive read not possible for type: u32
  --> C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\core\literals.rs:48:8
   |
48 |     if ch <= 0x7f {
   |        ^^^^^^^^^^


thread 'rustc' panicked at compiler\rustc_const_eval\src\interpret\operand.rs:661:13:
Box<dyn Any>
stack backtrace:
   0:     0x7ff9d12101c1 - std::backtrace_rs::backtrace::dbghelp64::trace
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\..\..\backtrace\src\backtrace\dbghelp64.rs:91
   1:     0x7ff9d12101c1 - std::backtrace_rs::backtrace::trace_unsynchronized
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\..\..\backtrace\src\backtrace\mod.rs:66
   2:     0x7ff9d12101c1 - std::sys::backtrace::_print_fmt
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\sys\backtrace.rs:66
   3:     0x7ff9d12101c1 - std::sys::backtrace::impl$0::print::impl$0::fmt
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\sys\backtrace.rs:39
   4:     0x7ff9d1242cca - core::fmt::rt::Argument::fmt
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\core\src\fmt\rt.rs:177
   5:     0x7ff9d1242cca - core::fmt::write
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\core\src\fmt\mod.rs:1440
   6:     0x7ff9d1205b07 - std::io::Write::write_fmt<std::sys::pal::windows::stdio::Stderr>
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\io\mod.rs:1887
   7:     0x7ff9d1210005 - std::sys::backtrace::BacktraceLock::print
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\sys\backtrace.rs:42
   8:     0x7ff9d1212fad - std::panicking::default_hook::closure$1
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\panicking.rs:295
   9:     0x7ff9d1212d10 - std::panicking::default_hook
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\panicking.rs:322
  10:     0x7ff9d280533a - core[13dd8dac7b8322e0]::slice::sort::unstable::heapsort::heapsort::<((rustc_lint_defs[84e5be47eb57ee2d]::Level, &str), usize), <((rustc_lint_defs[84e5be47eb57ee2d]::Level, &str), usize) as core[13dd8dac7b8322e0]::cmp::PartialOrd>::lt>
  11:     0x7ff9d121389e - alloc::boxed::impl$30::call
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\alloc\src\boxed.rs:2007
  12:     0x7ff9d121389e - std::panicking::rust_panic_with_hook
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\panicking.rs:836
  13:     0x7ff9d3ec0373 - RINvNtNtNtNtCs1HK5c7eE0eW_4core5slice4sort6stable9quicksort9quicksortTjRNtNtCsgWgE0zUz85Q_12rustc_errors7snippet10AnnotationENCINvMNtCskXJAKvAmGc7_5alloc5sliceSB15_11sort_by_keyTINtNtBa_3cmp7ReversejEbENCNCNvMs5_NtB1c_7emitterNtB3o_12HumanEmitter18render_s
  14:     0x7ff9d3eb49a9 - std[791127b64b61979d]::sys::backtrace::__rust_end_short_backtrace::<std[791127b64b61979d]::panicking::begin_panic<rustc_errors[c54ef953fb698494]::ExplicitBug>::{closure#0}, !>
  15:     0x7ff9d3eb4687 - std[791127b64b61979d]::panicking::begin_panic::<rustc_errors[c54ef953fb698494]::ExplicitBug>
  16:     0x7ff9d3ecd455 - <rustc_errors[c54ef953fb698494]::diagnostic::BugAbort as rustc_errors[c54ef953fb698494]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
  17:     0x7ff9d3d77c1f - <hashbrown[73b62de1c9ecea6c]::raw::RawTable<((rustc_middle[76d8ed0cc97ff880]::mir::interpret::GlobalAlloc, usize), rustc_middle[76d8ed0cc97ff880]::mir::interpret::AllocId)>>::reserve_rehash::<hashbrown[73b62de1c9ecea6c]::map::make_hasher<(rustc_middle[76d8ed0cc97ff880]::mir::interpret::GlobalAlloc, usize), rustc_middle[76d8ed0cc97ff880]::mir::interpret::AllocId, rustc_hash[6bee861355e6eab]::FxBuildHasher>::{closure#0}>
  18:     0x7ff9d3e13726 - rustc_middle[76d8ed0cc97ff880]::util::bug::span_bug_fmt::<rustc_span[63b9ae5433b881ea]::span_encoding::Span>
  19:     0x7ff9d3df2b5d - <rustc_middle[76d8ed0cc97ff880]::ty::consts::Const>::to_valtree
  20:     0x7ff9d3df2976 - <rustc_middle[76d8ed0cc97ff880]::ty::consts::Const>::to_valtree
   Compiling tokio v1.43.0
  21:     0x7ff9d3e13659 - rustc_middle[76d8ed0cc97ff880]::util::bug::span_bug_fmt::<rustc_span[63b9ae5433b881ea]::span_encoding::Span>
  22:     0x7ff9d1a8d4b8 - <rustc_const_eval[fb5d2c86cbfcdb9b]::interpret::eval_context::InterpCx<_>>::storage_live_dyn::is_very_trivially_sized
  23:     0x7ff9d1b89e38 - rustc_const_eval[fb5d2c86cbfcdb9b]::const_eval::eval_queries::eval_to_allocation_raw_provider
  24:     0x7ff9d1faab28 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  25:     0x7ff9d1eb4ab8 - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheINtNtCsacCxZy8tNDM_12rustc_middle2ty20PseudoCanonicalInputNtNtNtB2y_3mir9interpret8GlobalIdEINtNtNtB2
  26:     0x7ff9d1fb4754 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  27:     0x7ff9d1b85ebe - rustc_const_eval[fb5d2c86cbfcdb9b]::const_eval::eval_queries::eval_to_const_value_raw_provider
  28:     0x7ff9d1faaee8 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  29:     0x7ff9d1eb4a7b - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheINtNtCsacCxZy8tNDM_12rustc_middle2ty20PseudoCanonicalInputNtNtNtB2y_3mir9interpret8GlobalIdEINtNtNtB2
  30:     0x7ff9d1fb48b4 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  31:     0x7ff9d268c0b8 - <rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>::const_eval_resolve
  32:     0x7ff9d1ba7c7c - rustc_const_eval[fb5d2c86cbfcdb9b]::const_eval::eval_queries::eval_to_allocation_raw_provider
  33:     0x7ff9d1b8934d - rustc_const_eval[fb5d2c86cbfcdb9b]::const_eval::eval_queries::eval_to_allocation_raw_provider
  34:     0x7ff9d1faab28 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
   Compiling num-rational v0.4.2
  35:     0x7ff9d1eb4ab8 - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheINtNtCsacCxZy8tNDM_12rustc_middle2ty20PseudoCanonicalInputNtNtNtB2y_3mir9interpret8GlobalIdEINtNtNtB2
  36:     0x7ff9d1fb4754 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  37:     0x7ff9d0bdc244 - rustc_traits[66b6c2c69eb88b32]::type_op::type_op_normalize_clause
  38:     0x7ff9d0bebba8 - rustc_const_eval[fb5d2c86cbfcdb9b]::const_eval::valtrees::eval_to_valtree
  39:     0x7ff9ce235577 - <alloc[f42caee64323a5c9]::sync::Arc<std[791127b64b61979d]::sync::poison::mutex::Mutex<core[13dd8dac7b8322e0]::option::Option<()>>>>::drop_slow
  40:     0x7ff9d0df1688 - <alloc[f42caee64323a5c9]::sync::Arc<rustc_session[a1380b7e7bd1e9c4]::cstore::CrateSource>>::drop_slow
  41:     0x7ff9d0dc9c3b - <alloc[f42caee64323a5c9]::sync::Arc<rustc_session[a1380b7e7bd1e9c4]::cstore::CrateSource>>::drop_slow
  42:     0x7ff9d1eb4be7 - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheINtNtCsacCxZy8tNDM_12rustc_middle2ty20PseudoCanonicalInputNtNtNtB2y_3mir9interpret8GlobalIdEINtNtNtB2
  43:     0x7ff9d0e08984 - rustc_query_impl[cd955f68236d2689]::query_system
  44:     0x7ff9d2684938 - <rustc_middle[76d8ed0cc97ff880]::query::on_disk_cache::CacheEncoder as rustc_span[63b9ae5433b881ea]::SpanEncoder>::encode_def_id
  45:     0x7ff9d111eb26 - <rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>::const_eval_global_id_for_typeck
  46:     0x7ff9d111e6d1 - <rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>::const_eval_resolve_for_typeck
  47:     0x7ff9d0f3d225 - rustc_trait_selection[7269f249f2930fa9]::traits::try_evaluate_const
  48:     0x7ff9d0f3aeb2 - <rustc_trait_selection[7269f249f2930fa9]::traits::normalize::AssocTypeNormalizer as rustc_type_ir[118a3bc80e4ff339]::fold::TypeFolder<rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>>::fold_const
  49:     0x7ff9d208f137 - <thin_vec[2638134aa0f536a1]::IntoIter<_> as core[13dd8dac7b8322e0]::ops::drop::Drop>::drop::drop_non_singleton::<rustc_trait_selection[7269f249f2930fa9]::traits::fulfill::PendingPredicateObligation>
  50:     0x7ff9d208ecf2 - <thin_vec[2638134aa0f536a1]::IntoIter<_> as core[13dd8dac7b8322e0]::ops::drop::Drop>::drop::drop_non_singleton::<rustc_trait_selection[7269f249f2930fa9]::traits::fulfill::PendingPredicateObligation>
  51:     0x7ff9d149da4c - rustc_hir_typeck[e4db76cd8e6637c5]::typeck
  52:     0x7ff9d13d811a - <<rustc_hir_typeck[e4db76cd8e6637c5]::fn_ctxt::FnCtxt>::deduce_closure_signature_from_predicates::MentionsTy as rustc_type_ir[118a3bc80e4ff339]::visit::TypeVisitor<rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>>::visit_ty
  53:     0x7ff9d13b141a - <<rustc_hir_typeck[e4db76cd8e6637c5]::fn_ctxt::FnCtxt>::deduce_closure_signature_from_predicates::MentionsTy as rustc_type_ir[118a3bc80e4ff339]::visit::TypeVisitor<rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>>::visit_ty
  54:     0x7ff9d13b33c4 - <<rustc_hir_typeck[e4db76cd8e6637c5]::fn_ctxt::FnCtxt>::deduce_closure_signature_from_predicates::MentionsTy as rustc_type_ir[118a3bc80e4ff339]::visit::TypeVisitor<rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>>::visit_ty
  55:     0x7ff9d141cc67 - <<rustc_hir_typeck[e4db76cd8e6637c5]::fn_ctxt::FnCtxt>::deduce_closure_signature_from_predicates::MentionsTy as rustc_type_ir[118a3bc80e4ff339]::visit::TypeVisitor<rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>>::visit_ty
  56:     0x7ff9d13b3274 - <<rustc_hir_typeck[e4db76cd8e6637c5]::fn_ctxt::FnCtxt>::deduce_closure_signature_from_predicates::MentionsTy as rustc_type_ir[118a3bc80e4ff339]::visit::TypeVisitor<rustc_middle[76d8ed0cc97ff880]::ty::context::TyCtxt>>::visit_ty
  57:     0x7ff9d146dc8f - rustc_hir_typeck[e4db76cd8e6637c5]::typeck
  58:     0x7ff9d1fab7fb - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  59:     0x7ff9d1eef319 - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtCsfk1N0zTQ1Ep_21rustc_data_structures9vec_cache8VecCacheNtNtCs8yPNJtyUAIM_10rustc_span6def_id10LocalDefIdINtNtNtCsacCxZy8tNDM
  60:     0x7ff9d1fb4063 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  61:     0x7ff9d14efba4 - rustc_hir_analysis[1fcf35983e0fa321]::check::check::check_abi
  62:     0x7ff9d1514035 - rustc_hir_analysis[1fcf35983e0fa321]::check::wfcheck::check_well_formed
  63:     0x7ff9d1faa41b - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  64:     0x7ff9d1eeab7e - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtCsfk1N0zTQ1Ep_21rustc_data_structures9vec_cache8VecCacheNtNtCs8yPNJtyUAIM_10rustc_span6def_id10LocalDefIdINtNtNtCsacCxZy8tNDM
  65:     0x7ff9d1fbaac9 - rustc_query_impl[cd955f68236d2689]::plumbing::query_key_hash_verify_all
  66:     0x7ff9d1526e4a - rustc_hir_analysis[1fcf35983e0fa321]::check::wfcheck::check_mod_type_wf
  67:     0x7ff9d0df245b - <alloc[f42caee64323a5c9]::sync::Arc<rustc_session[a1380b7e7bd1e9c4]::cstore::CrateSource>>::drop_slow
  68:     0x7ff9d0d34e76 - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheNtNtCs8yPNJtyUAIM_10rustc_span6def_id13LocalModDefIdINtNtNtCsacCxZy8tNDM_12rustc_middle5query5erase6E
  69:     0x7ff9d0e06444 - rustc_query_impl[cd955f68236d2689]::query_system
  70:     0x7ff9d1566306 - rustc_hir_analysis[1fcf35983e0fa321]::check_crate
  71:     0x7ff9d128b181 - rustc_interface[891a09a0cea1e8ed]::passes::resolver_for_lowering_raw
  72:     0x7ff9ce247dde - rustc_interface[891a09a0cea1e8ed]::passes::analysis
  73:     0x7ff9d0df509a - <alloc[f42caee64323a5c9]::sync::Arc<rustc_session[a1380b7e7bd1e9c4]::cstore::CrateSource>>::drop_slow
  74:     0x7ff9d0cf90e4 - RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches11SingleCacheINtNtNtCsacCxZy8tNDM_12rustc_middle5query5erase6ErasedAhj0_EEKb0_KB3s_KB3s_ENtNtB1f_8plumbing9QueryCtx
  75:     0x7ff9d0dfad67 - rustc_query_impl[cd955f68236d2689]::query_system
  76:     0x7ff9ce20e3c9 - RINvNtNtCsaor5jccb5ur_3std3sys9backtrace28___rust_begin_short_backtraceNCNCNCINvMNtB6_6threadNtB1h_7Builder16spawn_unchecked_INtNtCskXJAKvAmGc7_5alloc5boxed3BoxDINtNtNtCs1HK5c7eE0eW_4core3ops8function6FnOnceuEp6OutputuNtNtB2G_6marker4SendEL_EuEs_000uECs13K
  77:     0x7ff9ce206d9e - RINvNtNtCsaor5jccb5ur_3std3sys9backtrace28___rust_begin_short_backtraceNCNCNCINvMNtB6_6threadNtB1h_7Builder16spawn_unchecked_INtNtCskXJAKvAmGc7_5alloc5boxed3BoxDINtNtNtCs1HK5c7eE0eW_4core3ops8function6FnOnceuEp6OutputuNtNtB2G_6marker4SendEL_EuEs_000uECs13K
  78:     0x7ff9ce1ffe09 - RINvNtNtCsaor5jccb5ur_3std3sys9backtrace28___rust_begin_short_backtraceNCNCINvNtCsbLMVCc8CHyP_15rustc_interface4util26run_in_thread_with_globalsNCINvB1e_31run_in_thread_pool_with_globalsNCINvNtB1g_9interface12run_compileruNCNvCs13KITJ2Zc2G_17rustc_driver_i
  79:     0x7ff9ce212ea5 - RINvNtNtCsaor5jccb5ur_3std3sys9backtrace28___rust_begin_short_backtraceNCNCNCINvMNtB6_6threadNtB1h_7Builder16spawn_unchecked_INtNtCskXJAKvAmGc7_5alloc5boxed3BoxDINtNtNtCs1HK5c7eE0eW_4core3ops8function6FnOnceuEp6OutputuNtNtB2G_6marker4SendEL_EuEs_000uECs13K
  80:     0x7ff9d12257cd - alloc::boxed::impl$28::call_once
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\alloc\src\boxed.rs:1993
  81:     0x7ff9d12257cd - alloc::boxed::impl$28::call_once
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\alloc\src\boxed.rs:1993
  82:     0x7ff9d12257cd - std::sys::pal::windows::thread::impl$0::new::thread_start
                               at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\sys\pal\windows\thread.rs:56
   Compiling http-body-util v0.1.2
error: failed to run custom build command for `aws-lc-sys v0.26.0`

Caused by:
  process didn't exit successfully: `C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\build\aws-lc-sys-f2ec3d199c992f0d\build-script-main` (exit code: 101)
  --- stdout
  cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX
  cargo:rerun-if-env-changed=AWS_LC_SYS_PREGENERATING_BINDINGS
  cargo:rerun-if-env-changed=AWS_LC_SYS_EXTERNAL_BINDGEN
  cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM
  cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAGS
  cargo:rerun-if-env-changed=AWS_LC_SYS_PREBUILT_NASM
  cargo:rerun-if-env-changed=AWS_LC_SYS_C_STD
  cargo:rustc-cfg=x86_64_pc_windows_msvc
  cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER
  cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC
  default_for Target: 'x86_64-pc-windows-msvc'
  cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC
  cargo:rerun-if-env-changed=CMAKE

  --- stderr
  Missing dependency: cmake

  thread 'main' panicked at C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\aws-lc-sys-0.26.0\builder\main.rs:382:40:
  called `Result::unwrap()` on an `Err` value: "Required build dependency is missing. Halting build."
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
  83:     0x7ffa1b7a257d - BaseThreadInitThunk
  84:     0x7ffa1d66af28 - RtlUserThreadStart

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.85.0 (4d91de4e4 2025-02-17) running on x86_64-pc-windows-msvc

note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
#0 [eval_to_allocation_raw] const-evaluating + checking `Win32::Security::Cryptography::NCRYPT_PCP_HMAC_AUTH_POLICYINFO::OUTPUT_LEN`
#1 [eval_to_const_value_raw] simplifying constant for the type system `Win32::Security::Cryptography::NCRYPT_PCP_HMAC_AUTH_POLICYINFO::OUTPUT_LEN`  |  = note: this failure-note originates in the macro `windows_sys::core::w` (in Nightly builds, run with -Z macro-backtrace for more info)

end of query stack
error: could not compile `windows-sys` (lib)

Caused by:
  process didn't exit successfully: `C:\Users\WDAGUtilityAccount\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe --crate-name windows_sys --edition=2021 C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=119 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms --warn=unexpected_cfgs --warn=missing_docs --check-cfg "cfg(windows_raw_dylib, windows_debugger_visualizer, windows_slim_errors)" --cfg "feature=\"Win32\"" --cfg "feature=\"Win32_Foundation\"" --cfg "feature=\"Win32_Security\"" --cfg "feature=\"Win32_Security_Authentication\"" --cfg "feature=\"Win32_Security_Authentication_Identity\"" --cfg "feature=\"Win32_Security_Credentials\"" --cfg "feature=\"Win32_Security_Cryptography\"" --cfg "feature=\"Win32_System\"" --cfg "feature=\"Win32_System_Console\"" --cfg "feature=\"Win32_System_LibraryLoader\"" --cfg "feature=\"Win32_System_Memory\"" --cfg "feature=\"Win32_System_SystemInformation\"" --cfg "feature=\"Win32_System_Threading\"" --cfg "feature=\"default\"" --check-cfg cfg(docsrs,test) --check-cfg "cfg(feature, values(\"Wdk\", \"Wdk_Devices\", \"Wdk_Devices_Bluetooth\", \"Wdk_Devices_HumanInterfaceDevice\", \"Wdk_Foundation\", \"Wdk_Graphics\", \"Wdk_Graphics_Direct3D\", \"Wdk_NetworkManagement\", \"Wdk_NetworkManagement_Ndis\", \"Wdk_NetworkManagement_WindowsFilteringPlatform\", \"Wdk_Storage\", \"Wdk_Storage_FileSystem\", \"Wdk_Storage_FileSystem_Minifilters\", \"Wdk_System\", \"Wdk_System_IO\", \"Wdk_System_Memory\", \"Wdk_System_OfflineRegistry\", \"Wdk_System_Registry\", \"Wdk_System_SystemInformation\", \"Wdk_System_SystemServices\", \"Wdk_System_Threading\", \"Win32\", \"Win32_Data\", \"Win32_Data_HtmlHelp\", \"Win32_Data_RightsManagement\", \"Win32_Devices\", \"Win32_Devices_AllJoyn\", \"Win32_Devices_BiometricFramework\", \"Win32_Devices_Bluetooth\", \"Win32_Devices_Communication\", \"Win32_Devices_DeviceAndDriverInstallation\", \"Win32_Devices_DeviceQuery\", \"Win32_Devices_Display\", \"Win32_Devices_Enumeration\", \"Win32_Devices_Enumeration_Pnp\", \"Win32_Devices_Fax\", \"Win32_Devices_HumanInterfaceDevice\", \"Win32_Devices_PortableDevices\", \"Win32_Devices_Properties\", \"Win32_Devices_Pwm\", \"Win32_Devices_Sensors\", \"Win32_Devices_SerialCommunication\", \"Win32_Devices_Tapi\", \"Win32_Devices_Usb\", \"Win32_Devices_WebServicesOnDevices\", \"Win32_Foundation\", \"Win32_Gaming\", \"Win32_Globalization\", \"Win32_Graphics\", \"Win32_Graphics_Dwm\", \"Win32_Graphics_Gdi\", \"Win32_Graphics_GdiPlus\", \"Win32_Graphics_Hlsl\", \"Win32_Graphics_OpenGL\", \"Win32_Graphics_Printing\", \"Win32_Graphics_Printing_PrintTicket\", \"Win32_Management\", \"Win32_Management_MobileDeviceManagementRegistration\", \"Win32_Media\", \"Win32_Media_Audio\", \"Win32_Media_DxMediaObjects\", \"Win32_Media_KernelStreaming\", \"Win32_Media_Multimedia\", \"Win32_Media_Streaming\", \"Win32_Media_WindowsMediaFormat\", \"Win32_NetworkManagement\", \"Win32_NetworkManagement_Dhcp\", \"Win32_NetworkManagement_Dns\", \"Win32_NetworkManagement_InternetConnectionWizard\", \"Win32_NetworkManagement_IpHelper\", \"Win32_NetworkManagement_Multicast\", \"Win32_NetworkManagement_Ndis\", \"Win32_NetworkManagement_NetBios\", \"Win32_NetworkManagement_NetManagement\", \"Win32_NetworkManagement_NetShell\", \"Win32_NetworkManagement_NetworkDiagnosticsFramework\", \"Win32_NetworkManagement_P2P\", \"Win32_NetworkManagement_QoS\", \"Win32_NetworkManagement_Rras\", \"Win32_NetworkManagement_Snmp\", \"Win32_NetworkManagement_WNet\", \"Win32_NetworkManagement_WebDav\", \"Win32_NetworkManagement_WiFi\", \"Win32_NetworkManagement_WindowsConnectionManager\", \"Win32_NetworkManagement_WindowsFilteringPlatform\", \"Win32_NetworkManagement_WindowsFirewall\", \"Win32_NetworkManagement_WindowsNetworkVirtualization\", \"Win32_Networking\", \"Win32_Networking_ActiveDirectory\", \"Win32_Networking_Clustering\", \"Win32_Networking_HttpServer\", \"Win32_Networking_Ldap\", \"Win32_Networking_WebSocket\", \"Win32_Networking_WinHttp\", \"Win32_Networking_WinInet\", \"Win32_Networking_WinSock\", \"Win32_Networking_WindowsWebServices\", \"Win32_Security\", \"Win32_Security_AppLocker\", \"Win32_Security_Authentication\", \"Win32_Security_Authentication_Identity\", \"Win32_Security_Authorization\", \"Win32_Security_Credentials\", \"Win32_Security_Cryptography\", \"Win32_Security_Cryptography_Catalog\", \"Win32_Security_Cryptography_Certificates\", \"Win32_Security_Cryptography_Sip\", \"Win32_Security_Cryptography_UI\", \"Win32_Security_DiagnosticDataQuery\", \"Win32_Security_DirectoryServices\", \"Win32_Security_EnterpriseData\", \"Win32_Security_ExtensibleAuthenticationProtocol\", \"Win32_Security_Isolation\", \"Win32_Security_LicenseProtection\", \"Win32_Security_NetworkAccessProtection\", \"Win32_Security_WinTrust\", \"Win32_Security_WinWlx\", \"Win32_Storage\", \"Win32_Storage_Cabinets\", \"Win32_Storage_CloudFilters\", \"Win32_Storage_Compression\", \"Win32_Storage_DistributedFileSystem\", \"Win32_Storage_FileHistory\", \"Win32_Storage_FileSystem\", \"Win32_Storage_Imapi\", \"Win32_Storage_IndexServer\", \"Win32_Storage_InstallableFileSystems\", \"Win32_Storage_IscsiDisc\", \"Win32_Storage_Jet\", \"Win32_Storage_Nvme\", \"Win32_Storage_OfflineFiles\", \"Win32_Storage_OperationRecorder\", \"Win32_Storage_Packaging\", \"Win32_Storage_Packaging_Appx\", \"Win32_Storage_ProjectedFileSystem\", \"Win32_Storage_StructuredStorage\", \"Win32_Storage_Vhd\", \"Win32_Storage_Xps\", \"Win32_System\", \"Win32_System_AddressBook\", \"Win32_System_Antimalware\", \"Win32_System_ApplicationInstallationAndServicing\", \"Win32_System_ApplicationVerifier\", \"Win32_System_ClrHosting\", \"Win32_System_Com\", \"Win32_System_Com_Marshal\", \"Win32_System_Com_StructuredStorage\", \"Win32_System_Com_Urlmon\", \"Win32_System_ComponentServices\", \"Win32_System_Console\", \"Win32_System_CorrelationVector\", \"Win32_System_DataExchange\", \"Win32_System_DeploymentServices\", \"Win32_System_DeveloperLicensing\", \"Win32_System_Diagnostics\", \"Win32_System_Diagnostics_Ceip\", \"Win32_System_Diagnostics_Debug\", \"Win32_System_Diagnostics_Debug_Extensions\", \"Win32_System_Diagnostics_Etw\", \"Win32_System_Diagnostics_ProcessSnapshotting\", \"Win32_System_Diagnostics_ToolHelp\", \"Win32_System_Diagnostics_TraceLogging\", \"Win32_System_DistributedTransactionCoordinator\", \"Win32_System_Environment\", \"Win32_System_ErrorReporting\", \"Win32_System_EventCollector\", \"Win32_System_EventLog\", \"Win32_System_EventNotificationService\", \"Win32_System_GroupPolicy\", \"Win32_System_HostCompute\", \"Win32_System_HostComputeNetwork\", \"Win32_System_HostComputeSystem\", \"Win32_System_Hypervisor\", \"Win32_System_IO\", \"Win32_System_Iis\", \"Win32_System_Ioctl\", \"Win32_System_JobObjects\", \"Win32_System_Js\", \"Win32_System_Kernel\", \"Win32_System_LibraryLoader\", \"Win32_System_Mailslots\", \"Win32_System_Mapi\", \"Win32_System_Memory\", \"Win32_System_Memory_NonVolatile\", \"Win32_System_MessageQueuing\", \"Win32_System_MixedReality\", \"Win32_System_Ole\", \"Win32_System_PasswordManagement\", \"Win32_System_Performance\", \"Win32_System_Performance_HardwareCounterProfiling\", \"Win32_System_Pipes\", \"Win32_System_Power\", \"Win32_System_ProcessStatus\", \"Win32_System_Recovery\", \"Win32_System_Registry\", \"Win32_System_RemoteDesktop\", \"Win32_System_RemoteManagement\", \"Win32_System_RestartManager\", \"Win32_System_Restore\", \"Win32_System_Rpc\", \"Win32_System_Search\", \"Win32_System_Search_Common\", \"Win32_System_SecurityCenter\", \"Win32_System_Services\", \"Win32_System_SetupAndMigration\", \"Win32_System_Shutdown\", \"Win32_System_StationsAndDesktops\", \"Win32_System_SubsystemForLinux\", \"Win32_System_SystemInformation\", \"Win32_System_SystemServices\", \"Win32_System_Threading\", \"Win32_System_Time\", \"Win32_System_TpmBaseServices\", \"Win32_System_UserAccessLogging\", \"Win32_System_Variant\", \"Win32_System_VirtualDosMachines\", \"Win32_System_WindowsProgramming\", \"Win32_System_Wmi\", \"Win32_UI\", \"Win32_UI_Accessibility\", \"Win32_UI_ColorSystem\", \"Win32_UI_Controls\", \"Win32_UI_Controls_Dialogs\", \"Win32_UI_HiDpi\", \"Win32_UI_Input\", \"Win32_UI_Input_Ime\", \"Win32_UI_Input_KeyboardAndMouse\", \"Win32_UI_Input_Pointer\", \"Win32_UI_Input_Touch\", \"Win32_UI_Input_XboxController\", \"Win32_UI_InteractionContext\", \"Win32_UI_Magnification\", \"Win32_UI_Shell\", \"Win32_UI_Shell_Common\", \"Win32_UI_Shell_PropertiesSystem\", \"Win32_UI_TabletPC\", \"Win32_UI_TextServices\", \"Win32_UI_WindowsAndMessaging\", \"Win32_Web\", \"Win32_Web_InternetExplorer\", \"default\", \"docs\"))" -C metadata=21ef974f7a481848 -C extra-filename=-178da0b22fefd44f --out-dir C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\deps -L dependency=C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\deps --extern windows_targets=C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\deps\libwindows_targets-f4f95446146fc837.rmeta --cap-lints allow -L native=C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows_x86_64_msvc-0.52.6\lib` (exit code: 101)
Backtrace

C:\Users\WDAGUtilityAccount\Desktop\zz>cargo build
    Updating crates.io index
     Locking 298 packages to latest compatible versions
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling windows_x86_64_msvc v0.52.6
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.4.0
   Compiling shlex v1.3.0
   Compiling bytes v1.10.0
   Compiling jobserver v0.1.32
   Compiling pin-project-lite v0.2.16
   Compiling once_cell v1.20.3
   Compiling stable_deref_trait v1.2.0
   Compiling futures-core v0.3.31
   Compiling log v0.4.26
   Compiling paste v1.0.15
   Compiling itoa v1.0.15
   Compiling dunce v1.0.5
   Compiling minimal-lexical v0.2.1
   Compiling crossbeam-utils v0.8.21
   Compiling fs_extra v1.3.0
   Compiling fnv v1.0.7
   Compiling smallvec v1.14.0
   Compiling futures-sink v0.3.31
   Compiling simd-adler32 v0.3.7
   Compiling writeable v0.5.5
   Compiling litemap v0.7.5
   Compiling version_check v0.9.5
   Compiling typenum v1.18.0
   Compiling rustls-pki-types v1.11.0
   Compiling glob v0.3.2
   Compiling memchr v2.7.4
   Compiling httparse v1.10.1
   Compiling pin-utils v0.1.0
   Compiling crc32fast v1.4.2
   Compiling adler2 v2.0.0
   Compiling aws-lc-rs v1.12.5
   Compiling futures-task v0.3.31
   Compiling cc v1.2.16
   Compiling http v1.2.0
   Compiling rayon-core v1.12.1
   Compiling miniz_oxide v0.8.5
   Compiling libc v0.2.170
   Compiling icu_locid_transform_data v1.5.0
   Compiling prettyplease v0.2.30
   Compiling getrandom v0.3.1
   Compiling tracing-core v0.1.33
   Compiling getrandom v0.2.15
   Compiling untrusted v0.9.0
   Compiling byteorder v1.5.0
   Compiling regex-syntax v0.8.5
   Compiling icu_properties_data v1.5.0
   Compiling equivalent v1.0.2
   Compiling generic-array v0.14.7
   Compiling zeroize v1.8.1
   Compiling anyhow v1.0.97
   Compiling windows-targets v0.52.6
   Compiling winapi v0.3.9
   Compiling hashbrown v0.15.2
   Compiling either v1.14.0
   Compiling clang-sys v1.8.1
   Compiling windows-sys v0.52.0
   Compiling windows-sys v0.59.0
   Compiling libloading v0.8.6
   Compiling slab v0.4.9
   Compiling num-traits v0.2.19
   Compiling built v0.7.7
   Compiling icu_normalizer_data v1.5.0
   Compiling try-lock v0.2.5
   Compiling thiserror v1.0.69
   Compiling zerocopy v0.8.21
   Compiling rustls v0.23.23
   Compiling aligned-vec v0.5.0
   Compiling native-tls v0.2.14
   Compiling utf8_iter v1.0.4
   Compiling atomic-waker v1.1.2
   Compiling tracing v0.1.41
   Compiling flate2 v1.1.0
   Compiling serde v1.0.218
   Compiling bindgen v0.70.1
   Compiling utf16_iter v1.0.5
   Compiling write16 v1.0.0
   Compiling arrayvec v0.7.6
   Compiling nom v7.1.3
   Compiling want v0.3.1
   Compiling rand_core v0.9.3
   Compiling crossbeam-epoch v0.9.18
   Compiling quote v1.0.39
   Compiling futures-util v0.3.31
   Compiling itertools v0.13.0
   Compiling rav1e v0.7.1
   Compiling futures-channel v0.3.31
   Compiling percent-encoding v2.3.1
   Compiling bitflags v2.9.0
   Compiling indexmap v2.7.1
   Compiling subtle v2.6.1
   Compiling rustc-hash v1.1.0
   Compiling adler v1.0.2
   Compiling syn v2.0.99
   Compiling tower-service v0.3.3
   Compiling thiserror v2.0.12
   Compiling crossbeam-deque v0.8.6
   Compiling http-body v1.0.1
   Compiling winsafe v0.0.19
   Compiling miniz_oxide v0.7.4
   Compiling form_urlencoded v1.2.1
   Compiling itertools v0.12.1
   Compiling simd_helpers v0.1.0
   Compiling windows-result v0.2.0
   Compiling gzip-header v1.0.0
   Compiling weezl v0.1.8
   Compiling imgref v1.11.0
   Compiling cpufeatures v0.2.17
   Compiling quick-error v2.0.1
   Compiling bitstream-io v2.6.0
   Compiling serde_json v1.0.140
   Compiling new_debug_unreachable v1.0.6
   Compiling ryu v1.0.20
   Compiling noop_proc_macro v0.3.0
   Compiling cmake v0.1.54
   Compiling loop9 v0.1.5
   Compiling windows-strings v0.1.0
   Compiling avif-serialize v0.8.3
   Compiling zune-inflate v0.2.54
   Compiling num-integer v0.1.46
   Compiling v_frame v0.3.8
   Compiling fdeflate v0.3.7
   Compiling sync_wrapper v1.0.2
   Compiling half v2.4.1
   Compiling regex-automata v0.4.9

thread 'rustc' panicked at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688\compiler\rustc_abi\src\lib.rs:1446:18:
`is_signed` on non-scalar ABI ScalarPair(Initialized { value: Int(I8, false), valid_range: 8..=147573954831649341900 }, Initialized { value: Int(I8, false), valid_range: 8..=55340234464043939600 })
stack backtrace:
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling bitflags v1.3.2
   Compiling tower-layer v0.3.3
   Compiling rayon v1.10.0
   0: std::panicking::begin_panic_handler
             at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src\panicking.rs:692
   Compiling lebe v0.5.2
   1: core::panicking::panic_fmt
             at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\core\src\panicking.rs:75
   2: <rustc_const_eval::interpret::eval_context::InterpCx<_>>::storage_live_dyn::is_very_trivially_sized
   3: rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
   4: rustc_query_impl::plumbing::query_key_hash_verify_all
   5: RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheINtNtCsacCxZy8tNDM_12rustc_middle2ty20PseudoCanonicalInputNtNtNtB2y_3mir9interpret8GlobalIdEINtNtNtB2
   6: rustc_query_impl::plumbing::query_key_hash_verify_all
   7: rustc_const_eval::const_eval::eval_queries::eval_to_const_value_raw_provider
   8: rustc_query_impl::plumbing::query_key_hash_verify_all
   9: RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches12DefaultCacheINtNtCsacCxZy8tNDM_12rustc_middle2ty20PseudoCanonicalInputNtNtNtB2y_3mir9interpret8GlobalIdEINtNtNtB2
  10: rustc_query_impl::plumbing::query_key_hash_verify_all
  11: <hashbrown::raw::RawTable<(&usize, ())>>::reserve_rehash::<hashbrown::map::make_hasher<&usize, (), rustc_hash::FxBuildHasher>::{closure#0}>
   Compiling zune-core v0.4.12
  12: rustc_hir_analysis::check_crate
   Compiling byteorder-lite v0.1.0
  13: rustc_interface::passes::resolver_for_lowering_raw
  14: rustc_interface::passes::analysis
  15: <alloc::sync::Arc<rustc_session::cstore::CrateSource>>::drop_slow
  16: RINvNtNtCs8Ehw5TsioVt_18rustc_query_system5query8plumbing17try_execute_queryINtCshEjB07rFK3d_16rustc_query_impl13DynamicConfigINtNtB4_6caches11SingleCacheINtNtNtCsacCxZy8tNDM_12rustc_middle5query5erase6ErasedAhj0_EEKb0_KB3s_KB3s_ENtNtB1f_8plumbing9QueryCtx
  17: rustc_query_impl::query_system
   Compiling num-bigint v0.4.6
   Compiling digest v0.10.7
   Compiling rgb v0.8.50
   Compiling bit_field v0.10.2
   Compiling jpeg-decoder v0.3.1
   Compiling data-encoding v2.8.0
   Compiling sha1 v0.10.6
   Compiling utf-8 v0.7.6
   Compiling color_quant v1.1.0
   Compiling bytemuck v1.22.0
   Compiling image-webp v0.2.1
   Compiling exr v1.73.0
   Compiling zune-jpeg v0.4.14
   Compiling windows-registry v0.2.0
   Compiling home v0.5.11
   Compiling gif v0.13.1
   Compiling rustls-pemfile v2.2.0
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

error: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.85.0 (4d91de4e4 2025-02-17) running on x86_64-pc-windows-msvc

note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
#0 [eval_to_allocation_raw] const-evaluating + checking `tables::HUFFMAN_CODES`
#1 [eval_to_const_value_raw] simplifying constant for the type system `tables::HUFFMAN_CODES`
#2 [analysis] running analysis passes on this crate
end of query stack
   Compiling encoding_rs v0.8.35
   Compiling mime v0.3.17
error: could not compile `fdeflate` (lib)

Caused by:
  process didn't exit successfully: `C:\Users\WDAGUtilityAccount\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe --crate-name fdeflate --edition=2021 C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\fdeflate-0.3.7\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=119 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg cfg(fuzzing) --check-cfg cfg(docsrs,test) --check-cfg "cfg(feature, values())" -C metadata=ac387902470ebd7f -C extra-filename=-1ec2dbafacffa30c --out-dir C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\deps -L dependency=C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\deps --extern simd_adler32=C:\Users\WDAGUtilityAccount\Desktop\zz\target\debug\deps\libsimd_adler32-71a73b6904e2bfb8.rmeta --cap-lints allow` (exit code: 101)
warning: build failed, waiting for other jobs to finish...
error[E0080]: evaluation of constant value failed
   --> C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\image-webp-0.2.1\src\vp8.rs:141:56
    |
141 |         nodes[i].right = TreeNode::prepare_branch(tree[2 * i + 1]);
    |                                                        ^^^^^ scalar size mismatch: expected 151754079504817 bytes but got 8 bytes instead
    |
note: inside `tree_nodes_from::<22, 11>`
   --> C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\image-webp-0.2.1\src\vp8.rs:141:56
    |
141 |         nodes[i].right = TreeNode::prepare_branch(tree[2 * i + 1]);
    |                                                        ^^^^^
note: inside `COEFF_PROB_NODES`
   --> C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\image-webp-0.2.1\src\vp8.rs:674:35
    |
674 |                 output[i][j][k] = tree_nodes_from(DCT_TOKEN_TREE, COEFF_PROBS[i][j][k]);
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0080`.
error: could not compile `image-webp` (lib) due to 1 previous error

On nightly it happens less, I haven't seen it crash like that yet, but I've seen this behavior which I've also seen on stable and I believe is also a symptom of the same issue - note the output: scalar size mismatch: expected 2532427338536 bytes but got 8 bytes instead

C:\Users\WDAGUtilityAccount\Desktop\zz>cargo build
    Updating crates.io index
     Locking 298 packages to latest compatible versions
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling windows_x86_64_msvc v0.52.6
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.4.0
   Compiling shlex v1.3.0
   Compiling jobserver v0.1.32
   Compiling bytes v1.10.0
   Compiling pin-project-lite v0.2.16
   Compiling once_cell v1.20.3
   Compiling futures-core v0.3.31
   Compiling log v0.4.26
   Compiling paste v1.0.15
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v1.0.15
   Compiling dunce v1.0.5
   Compiling minimal-lexical v0.2.1
   Compiling crossbeam-utils v0.8.21
   Compiling fs_extra v1.3.0
   Compiling futures-sink v0.3.31
   Compiling smallvec v1.14.0
   Compiling fnv v1.0.7
   Compiling simd-adler32 v0.3.7
   Compiling version_check v0.9.5
   Compiling writeable v0.5.5
   Compiling typenum v1.18.0
   Compiling litemap v0.7.5
   Compiling futures-task v0.3.31
   Compiling memchr v2.7.4
   Compiling pin-utils v0.1.0
   Compiling rustls-pki-types v1.11.0
   Compiling rayon-core v1.12.1
   Compiling crc32fast v1.4.2
   Compiling httparse v1.10.1
   Compiling adler2 v2.0.0
   Compiling glob v0.3.2
   Compiling aws-lc-rs v1.12.5
   Compiling libc v0.2.170
   Compiling prettyplease v0.2.30
   Compiling icu_locid_transform_data v1.5.0
   Compiling getrandom v0.3.1
   Compiling getrandom v0.2.15
   Compiling cc v1.2.16
   Compiling miniz_oxide v0.8.5
   Compiling tracing-core v0.1.33
   Compiling equivalent v1.0.2
   Compiling zeroize v1.8.1
   Compiling anyhow v1.0.97
   Compiling either v1.14.0
   Compiling windows-targets v0.52.6
   Compiling hashbrown v0.15.2
   Compiling regex-syntax v0.8.5
   Compiling winapi v0.3.9
   Compiling windows-sys v0.52.0
   Compiling windows-sys v0.59.0
   Compiling icu_properties_data v1.5.0
   Compiling byteorder v1.5.0
   Compiling untrusted v0.9.0
   Compiling generic-array v0.14.7
   Compiling libloading v0.8.6
   Compiling atomic-waker v1.1.2
   Compiling zerocopy v0.8.21
   Compiling native-tls v0.2.14
   Compiling slab v0.4.9
   Compiling num-traits v0.2.19
   Compiling thiserror v1.0.69
   Compiling rustls v0.23.23
   Compiling try-lock v0.2.5
   Compiling built v0.7.7
   Compiling clang-sys v1.8.1
   Compiling bindgen v0.70.1
   Compiling write16 v1.0.0
   Compiling utf16_iter v1.0.5
   Compiling utf8_iter v1.0.4
   Compiling arrayvec v0.7.6
   Compiling http v1.2.0
   Compiling tracing v0.1.41
   Compiling aligned-vec v0.5.0
   Compiling icu_normalizer_data v1.5.0
   Compiling flate2 v1.1.0
   Compiling serde v1.0.218
   Compiling crossbeam-epoch v0.9.18
   Compiling nom v7.1.3
   Compiling futures-util v0.3.31
   Compiling want v0.3.1
   Compiling rand_core v0.9.3
   Compiling itertools v0.13.0
   Compiling futures-channel v0.3.31
   Compiling rustc-hash v1.1.0
   Compiling quote v1.0.39
   Compiling rav1e v0.7.1
   Compiling indexmap v2.7.1
   Compiling subtle v2.6.1
   Compiling bitflags v2.9.0
   Compiling tower-service v0.3.3
   Compiling winsafe v0.0.19
   Compiling crossbeam-deque v0.8.6
   Compiling thiserror v2.0.12
   Compiling adler v1.0.2
   Compiling syn v2.0.99
   Compiling percent-encoding v2.3.1
   Compiling miniz_oxide v0.7.4
   Compiling form_urlencoded v1.2.1
   Compiling itertools v0.12.1
   Compiling simd_helpers v0.1.0
   Compiling windows-result v0.2.0
   Compiling gzip-header v1.0.0
   Compiling serde_json v1.0.140
   Compiling bitstream-io v2.6.0
   Compiling new_debug_unreachable v1.0.6
   Compiling cpufeatures v0.2.17
   Compiling weezl v0.1.8
   Compiling noop_proc_macro v0.3.0
   Compiling ryu v1.0.20
   Compiling quick-error v2.0.1
   Compiling imgref v1.11.0
   Compiling http-body v1.0.1
   Compiling cmake v0.1.54
   Compiling windows-strings v0.1.0
   Compiling avif-serialize v0.8.3
   Compiling num-integer v0.1.46
   Compiling v_frame v0.3.8
   Compiling loop9 v0.1.5
   Compiling fdeflate v0.3.7
   Compiling zune-inflate v0.2.54
   Compiling regex-automata v0.4.9
   Compiling sync_wrapper v1.0.2
   Compiling half v2.4.1
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling rayon v1.10.0
   Compiling num-bigint v0.4.6
   Compiling digest v0.10.7
   Compiling data-encoding v2.8.0
   Compiling rgb v0.8.50
   Compiling lebe v0.5.2
   Compiling bytemuck v1.22.0
   Compiling home v0.5.11
   Compiling bit_field v0.10.2
   Compiling sha1 v0.10.6
   Compiling bitflags v1.3.2
   Compiling jpeg-decoder v0.3.1
   Compiling color_quant v1.1.0
   Compiling zune-core v0.4.12
   Compiling byteorder-lite v0.1.0
   Compiling utf-8 v0.7.6
   Compiling tower-layer v0.3.3
   Compiling exr v1.73.0
   Compiling png v0.17.16
   Compiling windows-registry v0.2.0
   Compiling qoi v0.4.1
   Compiling gif v0.13.1
   Compiling rustls-pemfile v2.2.0
   Compiling zune-jpeg v0.4.14
   Compiling encoding_rs v0.8.35
   Compiling base64 v0.22.1
   Compiling ipnet v2.11.0
   Compiling mime v0.3.17
error[E0080]: could not evaluate static initializer
   --> C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\num-bigint-0.4.6\src\biguint\convert.rs:794:46
    |
794 |     static BASES: [(BigDigit, usize); 257] = generate_radix_bases(big_digit::MAX);
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scalar size mismatch: expected 2532427338536 bytes but got 8 bytes instead
    |
note: inside `generate_radix_bases`
   --> C:\Users\WDAGUtilityAccount\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\num-bigint-0.4.6\src\biguint\convert.rs:828:20
    |
828 |                 if b > max {
    |                    ^^^^^^^ the failure occurred here

   Compiling image-webp v0.2.1
   Compiling fslock v0.2.1
   Compiling cexpr v0.6.0
   Compiling aws-lc-sys v0.26.0
   Compiling ring v0.17.11
   Compiling socket2 v0.5.8
   Compiling mio v1.0.3
   Compiling tiff v0.9.1
For more information about this error, try `rustc --explain E0080`.
error: could not compile `num-bigint` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

That is on:

rustc 1.87.0-nightly (f4a216d28 2025-03-02)
binary: rustc
commit-hash: f4a216d28ee635afce685b4206e713579f66e130
commit-date: 2025-03-02
host: x86_64-pc-windows-msvc
release: 1.87.0-nightly
LLVM version: 20.1.0

I hope this is helpful, apologies if it isn't. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️S-needs-reproStatus: This issue has no reproduction and needs a reproduction to make progress.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions