Skip to content

Rollup of 12 pull requests #143305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 38 commits into from
Closed

Conversation

jhpratt
Copy link
Member

@jhpratt jhpratt commented Jul 1, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

xizheyin and others added 30 commits June 2, 2025 17:45
The skipped test passes since nightly-2024-11-29. Let's stop skipping
it to increase the chance of detecing a regression.
While it would be reasonable to expect the Windows linker to handle
linker args in the .drectve section identical to cli arguments, as it
turns out exporting weak symbols only works when the /EXPORT is in the
.drectve section, not when it is a linker argument or when a .DEF file
is used.
Except for unix they are all copies of the existing non platform
specific implementation. This is the only way since tidy does not allow
`#[cfg(target_os = ` in src/thread/mod.rs. Once this is merged more
specializations will follow.
Co-authored-by: Jonas Böttiger <[email protected]>

- use the internal platform specific Instant::CLOCK_ID
- skip allow(unused) on on platform that uses it such that it
can not become dead code
- sleep_until: remove leftover links
- In contradiction to nanosleep clock_nanosleep returns the error
  directly and does not require a call to `os::errno()`.
- The last argument to clock_nanosleep can be NULL removing the need
  for mutating the timespec.
- Missed an `allow(unused)` that could be made conditional.
Specialize sleep_until implementation for unix (except mac)

related tracking issue: rust-lang#113752
Supersedes rust-lang#118480 for the reasons see: rust-lang#113752 (comment)

Replaces the generic catch all implementation with target_os specific ones for: linux/netbsd/freebsd/android/solaris/illumos etc. Other platforms like wasi, macos/ios/tvos/watchos and windows will follow in later separate PR's (once this is merged).
Explain `TOCTOU` on the top of `std::fs`, and reference it in functions

Fixes rust-lang#141837

r? `@workingjubilee`
…ilee

Expose elf abi on ppc64 targets

Fixes rust-lang#60617 (after MCP rust-lang/compiler-team#885 is accepted) by exposing the abi information on ppc64 targets.
Conditional compilation can now use `cfg(target_abi = "elfv1")` or `cfg(target_abi = "elfv2")` to determine the abi in use.

Technical details are included in the other PR rust-lang#142598
ci: support optional jobs

try-job: optional-mingw-check-1
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-testsuite Area: The testsuite used to check the correctness of rustc O-hermit Operating System: Hermit O-itron Operating System: ITRON O-SGX Target: SGX O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Jul 1, 2025
@jhpratt
Copy link
Member Author

jhpratt commented Jul 1, 2025

@bors r+ rollup=never p=5

@rustbot rustbot added the rollup A PR which is a rollup label Jul 1, 2025
@bors
Copy link
Collaborator

bors commented Jul 1, 2025

📌 Commit 9a07698 has been approved by jhpratt

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 1, 2025
@bors
Copy link
Collaborator

bors commented Jul 2, 2025

⌛ Testing commit 9a07698 with merge 5264bc9...

bors added a commit that referenced this pull request Jul 2, 2025
Rollup of 12 pull requests

Successful merges:

 - #141829 (Specialize sleep_until implementation for unix (except mac))
 - #141847 (Explain `TOCTOU` on the top of `std::fs`, and reference it in functions)
 - #142138 (Add `Vec::into_chunks`)
 - #142321 (Expose elf abi on ppc64 targets)
 - #142568 (Use the .drectve section for exporting symbols from dlls on Windows)
 - #142886 (ci: aarch64-gnu: Stop skipping `panic_abort_doc_tests`)
 - #143038 (avoid suggesting traits from private dependencies)
 - #143194 (fix bitcast of single-element SIMD vectors)
 - #143206 (Align attr fixes)
 - #143258 (Don't recompute `DisambiguatorState` for every RPITIT in trait definition)
 - #143260 (Use the correct export kind for __rust_alloc_error_handler_should_panic)
 - #143274 (ci: support optional jobs)

r? `@ghost`
`@rustbot` modify labels: rollup
@rust-log-analyzer
Copy link
Collaborator

The job dist-i686-msvc failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] hashbrown test:false 1.101
[RUSTC-TIMING] alloc test:false 6.289
error: linking with `link.exe` failed: exit code: 1120
  |
  = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x86\\link.exe" "/NOLOGO" "/LARGEADDRESSAWARE" "/SAFESEH" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcEgYUJg\\symbols.o" "<1 object files omitted>" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcEgYUJg\\rmeta.o" "<1 object files omitted>" "kernel32.lib" "kernel32.lib" "kernel32.lib" "D:\\a\\rust\\rust\\build\\i686-pc-windows-msvc\\stage1-std\\i686-pc-windows-msvc\\release\\deps/{libpanic_unwind-a970adcc0d2f5737.rlib,libwindows_targets-81600d8a0cb65717.rlib,librustc_demangle-1fb692c69bfeae26.rlib,libstd_detect-4f1506cfbf5dc2f6.rlib,libhashbrown-cde2a3372a496e8a.rlib,librustc_std_workspace_alloc-1ff948a93604a3e7.rlib,libunwind-dd27f38a9a80029b.rlib,libcfg_if-6ba5a5a35d4bd9a3.rlib,librustc_std_workspace_core-61bda8def98f80c5.rlib,liballoc-bf5e56ae590a99c7.rlib,libcore-32d8b341379869e3.rlib,libcompiler_builtins-a92b2b20cb2e9198.rlib}.rlib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:libcmt" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcEgYUJg\\bcryptprimitives.dll_imports.lib" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcEgYUJg\\api-ms-win-core-synch-l1-2-0.dll_imports.lib" "/NXCOMPAT" "/LIBPATH:<sysroot>-std\\i686-pc-windows-msvc\\release\\build\\compiler_builtins-4d5bbfea4f4a7250\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x86" "/OUT:<sysroot>-std\\i686-pc-windows-msvc\\release\\deps\\std-72bfca67431a1235.dll" "/OPT:REF,ICF" "/DLL" "/IMPLIB:<sysroot>-std\\i686-pc-windows-msvc\\release\\deps\\std-72bfca67431a1235.dll.lib" "/DEBUG" "/PDBALTPATH:%_PDB%"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note:    Creating library D:\a\rust\rust\build\i686-pc-windows-msvc\stage1-std\i686-pc-windows-msvc\release\deps\std-72bfca67431a1235.dll.lib and object D:\a\rust\rust\build\i686-pc-windows-msvc\stage1-std\i686-pc-windows-msvc\release\deps\std-72bfca67431a1235.dll.exp␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc10rust_panic␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc11___rdl_alloc␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc12___rust_abort␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc12___rust_alloc␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc13___rdl_dealloc␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc13___rdl_realloc␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc14___rust_dealloc␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc14___rust_realloc␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc17___rust_drop_panic␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc17rust_begin_unwind␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc18___rdl_alloc_zeroed␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc18___rust_start_panic␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc19___rust_alloc_zeroed␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc20___rust_panic_cleanup␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc24___rust_foreign_exception␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc26___rust_alloc_error_handler␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc35___rust_no_alloc_shim_is_unstable_v2␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc39___rust_alloc_error_handler_should_panic␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc8___rg_oom␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _RNvCs3hrPwEE6NXP_7___rustc9___rdl_oom␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN100_$LT$alloc..ffi..c_str..CString$u20$as$u20$core..convert..From$LT$$RF$core..ffi..c_str..CStr$GT$$GT$4from17h4b5dbbe8a9982e66E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN100_$LT$std..sys..pal..windows..c..windows_sys..IO_STATUS_BLOCK_0$u20$as$u20$core..default..Default$GT$7default17h192846bac8df4776E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN100_$LT$std..sys..pal..windows..c..windows_sys..OBJECT_ATTRIBUTES$u20$as$u20$core..default..Default$GT$7default17h1ee1188d99de68bbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN100_$LT$std..sys..pal..windows..c..windows_sys..WSAPROTOCOL_INFOW$u20$as$u20$core..default..Default$GT$7default17hb7a7c8b8b53c02b9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN101_$LT$core..char..CaseMappingIter$u20$as$u20$core..iter..traits..double_ended..DoubleEndedIterator$GT$15advance_back_by17h1e1f6ed5d9a506c2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN101_$LT$core..char..CaseMappingIter$u20$as$u20$core..iter..traits..double_ended..DoubleEndedIterator$GT$9next_back17h9154659a8345bc5dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN101_$LT$std..sys..pal..windows..c..windows_sys..CONDITION_VARIABLE$u20$as$u20$core..default..Default$GT$7default17h41e5786478643d7dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN101_$LT$std..sys..pal..windows..c..windows_sys..EXCEPTION_POINTERS$u20$as$u20$core..default..Default$GT$7default17h6c233e2aa1de2d10E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN101_$LT$std..sys..pal..windows..c..windows_sys..FILE_RENAME_INFO_0$u20$as$u20$core..default..Default$GT$7default17h1e77015c7145b4cfE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN101_$LT$std..sys..pal..windows..c..windows_sys..FLOATING_SAVE_AREA$u20$as$u20$core..default..Default$GT$7default17h6544f3b97aabc4e1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN102_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..panic..PanicPayload$GT$3get17h3f483a8fb3c9988bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN102_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..panic..PanicPayload$GT$8take_box17h9a97f184b661d416E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN102_$LT$std..sys..pal..windows..c..windows_sys..PROCESS_INFORMATION$u20$as$u20$core..default..Default$GT$7default17h6c422bc6a5509e0dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN102_$LT$std..sys..pal..windows..c..windows_sys..SECURITY_ATTRIBUTES$u20$as$u20$core..default..Default$GT$7default17h66fe8d807c2d14adE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN102_$LT$std..sys..pal..windows..c..windows_sys..SECURITY_DESCRIPTOR$u20$as$u20$core..default..Default$GT$7default17h17603a43bd0fec7cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN103_$LT$std..sys..net..connection..socket..LookupHost$u20$as$u20$core..convert..TryFrom$LT$$RF$str$GT$$GT$8try_from17h62caca5e9ad3b7d8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN104_$LT$std..sys..net..connection..socket..LookupHost$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17hcc00566f8b5007e2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN104_$LT$std..sys..pal..windows..c..windows_sys..FILE_ID_BOTH_DIR_INFO$u20$as$u20$core..default..Default$GT$7default17hc444d842922599adE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN105_$LT$core..slice..ascii..EscapeAscii$u20$as$u20$core..iter..traits..double_ended..DoubleEndedIterator$GT$9next_back17h2879e9d9a3e93f95E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN105_$LT$dyn$u20$core..any..Any$u2b$core..marker..Send$u2b$core..marker..Sync$u20$as$u20$core..fmt..Debug$GT$3fmt17hf1758075d69ce5edE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN106_$LT$$LT$std..path..Iter$u20$as$u20$core..fmt..Debug$GT$..fmt..DebugHelper$u20$as$u20$core..fmt..Debug$GT$3fmt17hbf578e8c852da610E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN106_$LT$std..sys..process..windows..EnvKey$u20$as$u20$core..convert..AsRef$LT$std..ffi..os_str..OsStr$GT$$GT$6as_ref17he0f253cfebab4ed4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN108_$LT$std..sys..process..windows..EnvKey$u20$as$u20$core..convert..From$LT$std..ffi..os_str..OsString$GT$$GT$4from17h99b27069c7175642E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN109_$LT$std..process..Child$u20$as$u20$std..sys_common..IntoInner$LT$std..sys..process..windows..Process$GT$$GT$10into_inner17h531fe582641070b9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN109_$LT$std..sys..net..connection..socket..windows..Socket$u20$as$u20$std..os..windows..io..socket..AsSocket$GT$9as_socket17hf4b82e60d1c8f137E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN109_$LT$std..sys..process..windows..CommandArgs$u20$as$u20$core..iter..traits..exact_size..ExactSizeIterator$GT$3len17h3ba12dcd1cd9bcbcE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN109_$LT$std..sys..process..windows..EnvKey$u20$as$u20$core..convert..From$LT$$RF$std..ffi..os_str..OsStr$GT$$GT$4from17h407c091a2c0c2cb9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN10std_detect6detect4arch3x867Feature6to_str17hcfce6b54d1bdeb99E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN10std_detect6detect5cache21detect_and_initialize17h9c8775af4f58883bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN10std_detect6detect5cache5CACHE17h4e8a6660835da351E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN111_$LT$std..io..buffered..bufwriter..BufWriter$LT$W$GT$..flush_buf..BufGuard$u20$as$u20$core..ops..drop..Drop$GT$4drop17hee95fe63049c9398E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN111_$LT$std..sys..net..connection..socket..windows..Socket$u20$as$u20$std..os..windows..io..raw..FromRawSocket$GT$15from_raw_socket17he9d1a579e2923552E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN112_$LT$$LT$std..path..Components$u20$as$u20$core..fmt..Debug$GT$..fmt..DebugHelper$u20$as$u20$core..fmt..Debug$GT$3fmt17hb070823084872bfcE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN115_$LT$core..iter..adapters..copied..Copied$LT$I$GT$$u20$as$u20$core..iter..traits..exact_size..ExactSizeIterator$GT$3len17h7e6171965e3d4347E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN116_$LT$core..net..ip_addr..Ipv4Addr$u20$as$u20$core..ops..bit..BitOrAssign$LT$$RF$core..net..ip_addr..Ipv4Addr$GT$$GT$12bitor_assign17h597428d042ee0357E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN116_$LT$core..net..ip_addr..Ipv6Addr$u20$as$u20$core..ops..bit..BitOrAssign$LT$$RF$core..net..ip_addr..Ipv6Addr$GT$$GT$12bitor_assign17h490110c94744a846E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN117_$LT$core..net..ip_addr..Ipv4Addr$u20$as$u20$core..ops..bit..BitAndAssign$LT$$RF$core..net..ip_addr..Ipv4Addr$GT$$GT$13bitand_assign17h493a9f0158a9a09cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN117_$LT$core..net..ip_addr..Ipv6Addr$u20$as$u20$core..ops..bit..BitAndAssign$LT$$RF$core..net..ip_addr..Ipv6Addr$GT$$GT$13bitand_assign17h88f0fee6c81a759aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN117_$LT$std..sys..net..connection..socket..LookupHost$u20$as$u20$core..convert..TryFrom$LT$$LP$$RF$str$C$u16$RP$$GT$$GT$8try_from17hc962b41e0a75fd3dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN118_$LT$std..thread..thread_name_string..ThreadNameString$u20$as$u20$core..convert..From$LT$alloc..string..String$GT$$GT$4from17h6d42078c94cb6ca9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN14rustc_demangle12try_demangle17hee107e7695e4b9b1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN14rustc_demangle8demangle17h9603130e945a4e64E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN254_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Send$u2b$core..marker..Sync$GT$$GT$..from..StringError$u20$as$u20$core..fmt..Debug$GT$3fmt17h2f05c668576c31ecE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN256_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Send$u2b$core..marker..Sync$GT$$GT$..from..StringError$u20$as$u20$core..error..Error$GT$11description17h5274edb27ea3cb3eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN256_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Send$u2b$core..marker..Sync$GT$$GT$..from..StringError$u20$as$u20$core..fmt..Display$GT$3fmt17h63c11eea3f1aaf82E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf816slice_error_fail17h7a0485f74dfb1f21E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf84Wtf810clone_into17h5f3495410640070bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf84Wtf815to_string_lossy17h44a44e75ba46d485E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf84Wtf88to_owned17h4140709bdcf89caaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf87Wtf8Buf11into_string17hf677f7208cb23d47E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf87Wtf8Buf25push_code_point_unchecked17ha2a48134111a7909E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std10sys_common4wtf87Wtf8Buf5clear17h54826b462b950cddE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std12backtrace_rs9symbolize6Symbol4name17h98a0cf08dc67e7dbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std12backtrace_rs9symbolize7dbghelp7resolve17hbd02039c2720a65bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs10DirBuilder7_create17h20f351dab30dfeecE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs11OpenOptions5_open17h1978064cb3cf97c5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs14read_to_string5inner17hf8a1b3fef9570cb4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File11lock_shared17h90be438821279631E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File15set_permissions17h97702d5d3826cf14E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File15try_lock_shared17h44692016f2eb9162E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File4lock17h5564f8ff561405e1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File6unlock17hf80c27ce2863e129E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File7set_len17h5700f684499a7a80E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File8metadata17haaea2324bffc7a39E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File8sync_all17hb5aee0c622f0ca49E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File8try_lock17h7dbbeda549372c2fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File9set_times17haaa179d83fd7f83fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File9sync_data17h0291209fac9d8254E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4File9try_clone17h61ee9a1597eb3b9eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs4read5inner17hba8e8e8d21e36af2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs5write5inner17h2b6807203aaca620E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Read$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$11read_to_end17h8b50438ae8b92107E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Read$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$13read_vectored17h0fef1d056c971042E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Read$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$14read_to_string17h4eef26b7fff2f818E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Read$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$4read17hd62985c25e5ecadcE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Read$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$8read_buf17hd709c59d88e1bf3bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Seek$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$10stream_len17h1781b8b43d8f0970E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Seek$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$15stream_position17h81d95359b1e7db74E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs81_$LT$impl$u20$std..io..Seek$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$4seek17he4e095e003cb4987E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs82_$LT$impl$u20$std..io..Write$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$14write_vectored17h37a9f30439de4095E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs82_$LT$impl$u20$std..io..Write$u20$for$u20$alloc..sync..Arc$LT$std..fs..File$GT$$GT$5write17ha0585b143806ce8cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs8DirEntry4path17h75e03152ea02c55fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs8DirEntry8metadata17hd3aef000afa52b2dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2fs8DirEntry9file_name17hdc48abbcaf7df7b0E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io10IoSliceMut10into_slice17h1319150bbd886116E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io4pipe10PipeReader9try_clone17h67b50edabd39324eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io4pipe10PipeWriter9try_clone17hcbebf3fce2cca547E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5error5Error4_new17h332aba7cc7d80b80E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5error82_$LT$impl$u20$core..fmt..Debug$u20$for$u20$std..io..error..repr_unpacked..Repr$GT$3fmt17h11f559c935a6c357E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio18set_output_capture17h483ae3c674d67a22E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio22try_set_output_capture17he75240d38fdda80aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio23attempt_print_to_stderr17h50b945b689e5514cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio5Stdin4lock17h8a0a79aadba4a252E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio5Stdin5lines17h1b081825ea0303bdE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio5Stdin9read_line17h486267d6c1248f8bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio5stdin17h6d6d5d6c3cac0f13E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio6Stderr4lock17h76f5883ed5060de1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio6Stdout4lock17h97f41b73cbbc0202E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio6_print17hc8f5e0b23ba10d39E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio6stderr8INSTANCE17h262941965ee8cd2eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio6stdout17h2bf9445e03d0a594E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io5stdio7_eprint17h3f49fd447befeb34E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io7IoSlice8as_slice17h4a5e7ffff2006821E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io8buffered9bufreader6buffer6Buffer9backshift17h002431588a97bc34E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io8buffered9bufwriter18BufWriter$LT$W$GT$10write_cold17he9f4d4006e0ceaebE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io8buffered9bufwriter18BufWriter$LT$W$GT$14write_all_cold17h2eaad928a4445b7cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2io8buffered9bufwriter18BufWriter$LT$W$GT$9flush_buf8BufGuard9remaining17haacb142fd8e96351E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows2io6handle11OwnedHandle9try_clone17h66833579aa6ece4aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows2io6handle14BorrowedHandle18try_clone_to_owned17h567e4790caba9d55E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows2io6socket11OwnedSocket9try_clone17hd48c8dc4810f172fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows2io6socket14BorrowedSocket18try_clone_to_owned17h9db04e5aeca03cc1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows7process118_$LT$impl$u20$core..convert..From$LT$std..process..Child$GT$$u20$for$u20$std..os..windows..io..handle..OwnedHandle$GT$4from17hce8280e45481ec4cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows7process30ProcThreadAttributeListBuilder6finish17hfdebec1a0d52620bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2os7windows7process90_$LT$impl$u20$std..os..windows..io..raw..IntoRawHandle$u20$for$u20$std..process..Child$GT$15into_raw_handle17h54de3dbe5ba4e836E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std2rt19lang_start_internal17hb8f720e874acf16eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env11current_dir17h10c52982771a4c7eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env11current_exe17h62aef9c70d765dd8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env4_var17h376105988bed08d9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env4args17hf3f4d861d3af9295E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env4vars17hd1360b6f98d44130E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env7_var_os17h0f2bde39050e8e42E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env7args_os17hfa293b85c16d3e7eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env7vars_os17h72a4b9a3146d33c1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env8home_dir17h575cce5e107dd199E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3env8temp_dir17h6a57276bc30e3162E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3ffi6os_str5OsStr14into_os_string17hc393be3c2ca75044E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3ffi6os_str5OsStr18to_ascii_lowercase17h019f7a8669423602E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3ffi6os_str5OsStr18to_ascii_uppercase17h5a97464eda23ca79E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3ffi6os_str8OsString17into_boxed_os_str17hcc0dcf91c6a0a746E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3ffi6os_str95_$LT$impl$u20$core..convert..TryFrom$LT$$RF$std..ffi..os_str..OsStr$GT$$u20$for$u20$$RF$str$GT$8try_from17he3a895aa412fba1fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener10local_addr17h02cd34e29e6497e3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener10take_error17h53be38a2b10b590aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener11set_only_v617h495ac30568bdc07fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener15set_nonblocking17h6c25d6da3d8f7dd7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener3ttl17h464d095bee003ba4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener6accept17h0fa90ada9916c66dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener7only_v617h79a1948cbd17d382E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener7set_ttl17hc91bf46f1f88be9aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp11TcpListener9try_clone17hf96ee8f552e94740E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream10local_addr17h7a178272a487e4cdE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream10set_linger17h14b4bf495dcb08feE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream10take_error17h7758a4d31f4fb63fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream11set_nodelay17h8a7de46685daf3c1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream12read_timeout17h50e3d1d7c7365371E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream13write_timeout17h391801c5bf0b3f06E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream15connect_timeout17hcb6652cfd9e5ae71E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream15set_nonblocking17ha7e66ebad9409adaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream16set_read_timeout17h71006b3ff17e3739E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream17set_write_timeout17hc70e3bd7acbfb054E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream3ttl17h2894aa3a3d40baa6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream4peek17hf13e0179e26e31e4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream6linger17h646693df28b9d978E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream7nodelay17h9e554df793b22a69E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream7set_ttl17h1f72239c775092b8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream8shutdown17h450fd27a25568ff2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream9peer_addr17h470272f335f33cccE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3tcp9TcpStream9try_clone17h63fc8987f31556ecE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket10local_addr17h8bbbdba87496a87dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket10take_error17h748e2fc78d9f59ddE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket12read_timeout17h5235fa1d7db08c24E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket13set_broadcast17h3010cd86b6b33c0eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket13write_timeout17h623079f1fa9d81eaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket15set_nonblocking17h615f976535069c45E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket16multicast_ttl_v417ha8e078fba817fe5dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket16set_read_timeout17h22bc1d0c092e136eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket17join_multicast_v417hf03380c59384aad5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket17join_multicast_v617h959e774d03f6a210E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket17multicast_loop_v417h300290118b5cee76E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket17multicast_loop_v617h7d7a12e5f5d44900E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket17set_write_timeout17hcc565f5e4bdd1068E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket18leave_multicast_v417hd5e2cbf63f5d83bfE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket18leave_multicast_v617ha5554d1868730d47E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket20set_multicast_ttl_v417h7c4107ee5a9b28a4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket21set_multicast_loop_v417hee4de79d06b4aafeE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket21set_multicast_loop_v617h6e9bfb4088f896e6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket3ttl17h44e7cb5266037f48E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket4peek17h2e8cdd74126a2db7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket4recv17h9b0a7a51e603a110E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket4send17h7d72a62a961a1f2bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket7set_ttl17hd8dedd5979bcf953E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket9broadcast17h2ff59cbde2a0c71cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket9peek_from17hc501e46796bf4988E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket9peer_addr17h04fe3fad34ae1020E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket9recv_from17he1bdd52879f80394E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3net3udp9UdpSocket9try_clone17h1188c1ed53e4023cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys12thread_local11destructors4list8register17h0fea8fba6b8287eaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys14anonymous_pipe7windows4pipe17hd93aeae6f40d597cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs10remove_dir17h11e35d142cef484aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs11remove_file17h342f8d986c4f5e01E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs12canonicalize17hd5f4b2552f7eccd8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs14remove_dir_all17h9ca233a382ca5716E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs15set_permissions17hbb6192a2aa932401E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs16symlink_metadata17h0c7ab0ae95b7c4b6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs4copy17h69309fb875099b89E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs6exists17hba5e43cc039bb7a1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs6rename17he705821727ad5d17E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7symlink17h8608146a6f7ce072E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7windows13symlink_inner17h4c806716d5a92209E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7windows14junction_point17h2b3dce113c4eb32dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7windows4File13read_vectored17h344d06c32622217bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7windows4File4read17ha6d346f44ca39d6eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7windows4File8read_buf17h05b423af75160f61E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs7windows95_$LT$impl$u20$core..fmt..Debug$u20$for$u20$std..sys..pal..windows..c..windows_sys..FILETIME$GT$3fmt17hdd99f76f0f059114E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs8metadata17hd25d30b454aaf313E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs8read_dir17h21acd62197a158ccE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs9hard_link17h83006bc34160c12bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2fs9read_link17h5cbad70a8dccc72cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys2io11is_terminal7windows17handle_is_console17h186b7d8c27cdca4aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3env7windows6setenv17hd04d1f572db0fb1aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3env7windows8unsetenv17h30d8b1c5b3f69efeE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket11TcpListener4bind17h9e7d3eb922059111E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket10set_linger17h19e26084a74c4d58E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket10take_error17ha3e3806357fe34e0E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket11set_nodelay17h899477421099d537E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket11set_timeout17hc654658654a54f6eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket13read_vectored17h10dc867e33765589E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket14write_vectored17h5be797ce4024b3ccE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket15connect_timeout17h500bb72f9bbba8c1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket15set_nonblocking17h31d3f276912ba2e8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket3new17h5dcbf5f587055b73E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket4peek17hfb5c9d246028a3e7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket4read17he45bdf6bfc4605c0E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket6accept17h7ca1eaa16306475aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket6linger17h66e3d3267abc3ebaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket7connect17h9e5ed0073241caa7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket7nodelay17hc59fb719993d7f95E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket7timeout17h5da73c88294b63acE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket8from_raw17hcc2c6df8092d8b03E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket8read_buf17he6b95887f02ea8f8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket8shutdown17heb760290f082165dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket9duplicate17hae881eab6fc53173E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket9peek_from17hc3cff085d15d4fc5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket7windows6Socket9recv_from17hcf5611a2bdf1a33cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket9TcpStream7connect17h3c14826aa917414fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket9UdpSocket4bind17hb955e60041c28b99E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket9UdpSocket7connect17h63e6a903f5d2e621E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3net10connection6socket9UdpSocket7send_to17he204ef5023d7ccafE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows2os5chdir17h819eb1eb1f7e1c98E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows2os5errno17hff60788756584682E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows4time12perf_counter164_$LT$impl$u20$core..convert..From$LT$std..sys..pal..windows..time..perf_counter..PerformanceCounterInstant$GT$$u20$for$u20$std..sys..pal..windows..time..Instant$GT$4from17hf5fd2bdbba0626b4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle11read_to_end17hf16c0ab8f1b209baE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle13read_vectored17h8913de62843f7303E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle14write_vectored17h12820eb594ceb043E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle15read_overlapped17h60398612988e760cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle17overlapped_result17h6a1953b2093d1e17E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle4read17hf42b1eeb02ae6df6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle5write17h449f6cca0b3588eaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle7read_at17h785f4298ef5f0255E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle8read_buf17h90a5c283bc2b67fbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle8write_at17h9ebdf1f75dff07acE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle9cancel_io17he5fa6d7e7c8f7a18E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle9duplicate17hcb8468f6e2101fabE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle9new_event17h5edc136215052af7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6handle6Handle9try_clone17ha59866e806dd5fdfE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6thread6Thread3new17h0de6f57c535a6cdfE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6thread6Thread4join17h74099f16742c05f2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys3pal7windows6thread6Thread8set_name17h1dc04e497bc7908bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4path14windows_prefix12parse_prefix17hbcd428d0dc4e2c50E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4path7windows8absolute17hf0e904a5fbfa89c3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync4once5futex4Once4call17hcd8e86ff563286e4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync5mutex5futex5Mutex14lock_contended17ha9c0ff585d905d5dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync5mutex5futex5Mutex4wake17he83e7c4f8fb68652E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync6rwlock5futex6RwLock14read_contended17h22ab95f6c41f6889E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync6rwlock5futex6RwLock15write_contended17he645f066d56a249cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync6rwlock5futex6RwLock22wake_writer_or_readers17hcd90646b08c587beE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync7condvar5futex7Condvar12wait_timeout17h9c70f91496abc1adE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys4sync7condvar5futex7Condvar4wait17h62473ec334a7f5b4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys5alloc16realloc_fallback17h39e2700195a35925E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys5alloc7windows16get_process_heap17h2af8c41250b920caE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys5alloc7windows18process_heap_alloc17h297cffd8719c3d53E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys6random19hashmap_random_keys17h2753d16bab91d120E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process3env10CommandEnv3set17hff47a11088893c53E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process3env10CommandEnv6remove17h04ccdb0ac46826edE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows118_$LT$impl$u20$core..convert..From$LT$std..sys..process..windows..EnvKey$GT$$u20$for$u20$std..ffi..os_str..OsString$GT$4from17h592e8f75629b50bdE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command3arg17h73d74d9097beb383E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command3cwd17hf9ed1efd9c3840a3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command3new17h05c5b2764bc0a5c0E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command5stdin17h61b98c4cd955dd05E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command6stderr17h48bcd62ce9356910E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command6stdout17h48c22a2c9ae2d240E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys7process7windows7Command7raw_arg17h65bbadadf7989dceE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys9backtrace26__rust_end_short_backtrace17hbb733332cf3726b8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std3sys9backtrace4lock17h9f19ac8a80de565cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4hash6random11RandomState3new4KEYS29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$31VAL$u7b$$u7b$tls.shim$u7d$$u7d$17hc85aa82e621916bbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4hash6random11RandomState3new4KEYS29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$3VAL17h76d653e23035bd07E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path10Components7as_path17he57747f4785c9c44E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path117_$LT$impl$u20$core..convert..From$LT$$RF$std..path..Path$GT$$u20$for$u20$alloc..boxed..Box$LT$std..path..Path$GT$$GT$4from17had580592c234d5e9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path125_$LT$impl$u20$core..convert..From$LT$$RF$mut$u20$std..path..Path$GT$$u20$for$u20$alloc..boxed..Box$LT$std..path..Path$GT$$GT$4from17h8a20cfdf26c42ab7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path18compare_components17hc1882c5cfd148bbbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path10_ends_with17h54f64884022418c8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path10components17ha8f95c5a217818daE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path10is_symlink17hd18f721627e2c484E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path11file_prefix17h99911ff0e1686d5dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path11is_absolute17h2a0a0eb74369f2d3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path11to_path_buf17h9a7feefe1a6942f1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path12_starts_with17h9cece50feaa924e0E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path13_strip_prefix17hd6114a0ecab6766cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path13into_path_buf17he120fe1b551f6daeE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path15_with_extension17h7351b11393516397E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path15_with_file_name17h674c68e9a756c4b6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path19normalize_lexically17h3350486c979331bbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path5_join17hb38f01b07d93cec7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path6is_dir17h5d64d7b579bc3cacE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path6parent17hc64219100bb7f8d2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path7is_file17h2b70ac2f110fa5bfE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path9extension17ha4a97215c59dbf60E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path9file_name17h7e763bab56ce859bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path4Path9file_stem17h2444b907ec9b9eb6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path7PathBuf14_add_extension17h06357e73876b2256E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path7PathBuf14_set_extension17h4edaad342bd42f09E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path7PathBuf14_set_file_name17hba630c1fd759b3d3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path7PathBuf3pop17hd5f1138d83a413aaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4path7PathBuf5_push17haa4ed9de81e0daccE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync4mpmc5waker17current_thread_id5DUMMY29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$31VAL$u7b$$u7b$tls.shim$u7d$$u7d$17h33a8272c1ca0da8fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync4mpmc5waker17current_thread_id5DUMMY29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hbb68bfea8e7feef6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync4mpmc7context7Context3new17ha84a3ea62ae8e356E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync4mpmc7context7Context4with7CONTEXT29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$31VAL$u7b$$u7b$tls.shim$u7d$$u7d$17h6586d6b8120fe1c4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync4mpmc7context7Context4with7CONTEXT29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hceb583350b4b30ecE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync6poison4once4Once10wait_force17hc9b980c884ff17b9E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync6poison4once4Once4wait17h4aa64ae70f283705E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync6poison7condvar7Condvar10notify_all17h644c712c4a1d35b3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync6poison7condvar7Condvar10notify_one17h3d93db4bf8be545fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync7barrier7Barrier4wait17h47c27c17609a36cdE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4sync9lazy_lock14panic_poisoned17h1212842ef9646b9dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time10SystemTime11checked_add17ha6b0cf222440b50bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time10SystemTime11checked_sub17hc0f64a232a4122c5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time10SystemTime14duration_since17h123b1e74238c5a37E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time10SystemTime3now17h21a4aa11eeecc9f3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time10SystemTime7elapsed17ha258955a93495024E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant11checked_add17h39d45d7095c1fd12E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant11checked_sub17h16e34f6d6b0c3f81E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant14duration_since17hf86eefa36858f8c3E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant22checked_duration_since17hadf3edfd7d2168e4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant25saturating_duration_since17h4e29762379ed1c53E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant3now17h00d8976b4992b255E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std4time7Instant7elapsed17h00175ccf80d18b18E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5alloc20set_alloc_error_hook17ha6b392be08557310E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5alloc21take_alloc_error_hook17h0b3e985bf0441db6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5alloc8rust_oom17haaebcfb448986158E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5panic12always_abort17h756d1a07f453c1c5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5panic13resume_unwind17h1e8d4a122afaa64dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5panic19get_backtrace_style17hb6383bee217bb034E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std5panic19set_backtrace_style17h9be077aed65f9363E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread11sleep_until17hdd3f5eb7278ec31eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread12park_timeout17h75b72734dff6daedE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread15park_timeout_ms17h612843e611e56af8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread21available_parallelism17h03ee7bcbf8cc66abE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread4park17h2ff15d55050c4262E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread5local18panic_access_error17h079865bde2e19cefE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread5sleep17h3a7a4d7eaee3b84dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6Thread12park_timeout17ha95d23e6a8a57961E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6Thread3new17hd98e41e33ff7f195E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6Thread4name17h471e5a117ffdf5ebE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6Thread4park17hfb274b7698e1e091E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6Thread5cname17h1d0e92d25101da5cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6Thread8from_raw17h39f2c5ee597d3e16E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6scoped9ScopeData29decrement_num_running_threads17h95dbd23828934951E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread6scoped9ScopeData29increment_num_running_threads17h3ca6baadcfe4ded6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7Builder16spawn_unchecked_28_$u7b$$u7b$closure$u7d$$u7d$3MIN17he63d31fe74587fb2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7Builder4name17hebb8f49005a0ff37E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current11set_current17h385b9a35ead5632cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current18current_or_unnamed17h28f313759e888efdE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current2id2ID17h9012bb74f5d0bb33E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current2id30ID$u7b$$u7b$tls.shim$u7d$$u7d$17h5f1ac47a89f2fa09E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current35CURRENT$u7b$$u7b$tls.shim$u7d$$u7d$17hb2e1be21131b4b98E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current7CURRENT17h41286286ec86d38aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread7current7current17h7ee13731e5249e19E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread8ThreadId3new17h7bc9ef9e187d0e30E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread8sleep_ms17h162e9388b2e79dbaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread9spawnhook11SPAWN_HOOKS29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$31VAL$u7b$$u7b$tls.shim$u7d$$u7d$17h4a845f0d5840e482E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread9spawnhook11SPAWN_HOOKS29_$u7b$$u7b$constant$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$3VAL17h0e2e1ff3ffa0e604E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread9spawnhook15ChildSpawnHooks3run17h67fa280d0c32797bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread9spawnhook15run_spawn_hooks17h32df04363d0a0850E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std6thread9yield_now17hf016d6aec5663621E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process15ExitStatusError12code_nonzero17h6fa962c592afe184E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process15ExitStatusError4code17h3f9691913adbf6fbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process2id17hf56bee2344eedd07E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process4exit17hdf00ec8cf7a4b1a7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process5Child16wait_with_output17hd3a1491e54e23020E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process5Child2id17h3c6b992b87d3909bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process5Child4kill17hf7cbb5255df31594E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process5Child4wait17h9043d2263c9d5a8eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process5Child8try_wait17he5ff7f84656adc37E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process6Output7exit_ok17hdc4f7521a0a05017E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command11get_program17hf487efd1e542317cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command15get_current_dir17h628bb8c84f108829E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command5spawn17h99d2186f938edb7aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command6output17hb414caa25ddfd0aaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command6status17he102703aa77877d1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command8get_args17h6f110ffde9ac4b2eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process7Command9env_clear17h133e30c5e65947b1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std7process8ExitCode12exit_process17hf820767300be690dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9backtrace9Backtrace13force_capture17hae039bd2badfb630E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9backtrace9Backtrace6frames17h206f92a9d1dc77bcE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9backtrace9Backtrace7capture17h7942718a524efa48E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11EMPTY_PANIC17h04c5d1cc43c5180aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11begin_panic17hd60a23543704887cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count16set_always_abort17h595bfcfdc4cb6aabE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count17is_zero_slow_path17h92813c6c015ceb0bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count18GLOBAL_PANIC_COUNT17hbb0d8da8c1efe24aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count19finished_panic_hook17hbaa9083e2fb9d9ddE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count8decrease17h7b0b06d79d5bd9ceE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count8increase17h542d88845be181e2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking11panic_count9get_count17h2c291634c34b24a4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking12catch_unwind7cleanup17h2b87526dac36a5ceE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking12default_hook17h6b3789eba2eaf3d4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking14payload_as_str17hca0433791564e5b0E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking20rust_panic_with_hook17h9d153a15e5b12dc6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking4HOOK17h2679b1a2fd958848E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking8set_hook17hf5d9cd7803b88708E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN3std9panicking9take_hook17hbb9b5d77d2aa8f76E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN40_$LT$str$u20$as$u20$core..fmt..Debug$GT$3fmt17hf93b2411e9ce0385E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17hd6da9e1725cfa250E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h2ee3929438ed5c00E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17h7db33de912f48f5fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha8f43c3ddd525b88E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17hc2645d103de3d3b6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN42_$LT$str$u20$as$u20$core..fmt..Display$GT$3fmt17h4cff1688d380f665E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN43_$LT$bool$u20$as$u20$core..fmt..Display$GT$3fmt17ha49174c70ce189e1E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17h88f2ff2a21d557a4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h293855be8978241bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h7229708a1af56659E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN46_$LT$i8$u20$as$u20$core..pat..RangePattern$GT$7sub_one17he58bf63632f418ceE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN46_$LT$u8$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h4aa5795fc10a6cc5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$i16$u20$as$u20$core..pat..RangePattern$GT$7sub_one17ha728859ac9ef37f5E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$i32$u20$as$u20$core..pat..RangePattern$GT$7sub_one17hce2b3ed488bba23eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$i64$u20$as$u20$core..pat..RangePattern$GT$7sub_one17hecb1839061a7cd8dE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$11read_to_end17hb3313e71906cfb6cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$13read_vectored17h8c88050457aa6d82E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$14read_to_string17h8a50ef85835c417cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$4read17he418d364e83efd61E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$8read_buf17h9e3b83b6f8122927E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Seek$GT$10stream_len17hd60b886c7eb631a7E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Seek$GT$15stream_position17h00321dbfc793ce01E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$std..fs..File$u20$as$u20$std..io..Seek$GT$4seek17hac29859ef485b98cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$u16$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h41b827fd351d0924E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$u32$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h6eb0523fac166b0aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN47_$LT$u64$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h89d4f8abce77a110E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN48_$LT$$u5b$T$u5d$$u20$as$u20$core..fmt..Debug$GT$3fmt17ha53b09e9a8f4382eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN48_$LT$char$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h5485232eb1541b47E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN48_$LT$i128$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h5652e8bbd074fdd6E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN48_$LT$std..fs..File$u20$as$u20$std..io..Write$GT$14write_vectored17h367b5804200dd9edE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN48_$LT$std..fs..File$u20$as$u20$std..io..Write$GT$5write17hb0ada38c7c6f0b76E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN48_$LT$u128$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h5746f9dcc055c27aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN49_$LT$isize$u20$as$u20$core..pat..RangePattern$GT$7sub_one17h9d40cf45d02b6971E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN49_$LT$u8$u20$as$u20$core..num..bignum..FullOps$GT$12full_div_rem17hd8f72e36ea21813cE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN49_$LT$usize$u20$as$u20$core..pat..RangePattern$GT$7sub_one17ha82ad963024ee44eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir11PtrMetadata19panic_cold_explicit17h7920fb06b7b20470E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir11StorageDead19panic_cold_explicit17h295b9dc7a3a8275fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir11StorageLive19panic_cold_explicit17h4b94e66d01487db8E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir11Unreachable19panic_cold_explicit17hbd0a929bba188507E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir11__debuginfo19panic_cold_explicit17h99810bfd301939c4E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir12CastPtrToPtr19panic_cold_explicit17hecf83acff1c40a67E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir12CopyForDeref19panic_cold_explicit17hd86d1f013040f589E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir12Discriminant19panic_cold_explicit17h40b206dc5d0bfc2bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir12UnwindResume19panic_cold_explicit17hacac0468b1c94f7fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir13CastTransmute19panic_cold_explicit17h621d2ac8578e5f1bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir13UnwindCleanup19panic_cold_explicit17h898bbafba1b35b1bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir14UnwindContinue19panic_cold_explicit17h63544a0333c00197E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir15SetDiscriminant19panic_cold_explicit17hf4f2953ddebfe99fE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir15UnwindTerminate19panic_cold_explicit17h8519d3ede79b88d2E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir17UnwindUnreachable19panic_cold_explicit17hfa7e4b50ddd60e12E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir21__internal_make_place19panic_cold_explicit17he509855d4ce9488aE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir3Len19panic_cold_explicit17h6140d8d5f4115b92E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir4Call19panic_cold_explicit17hca861c6a6f03a169E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir4Drop19panic_cold_explicit17h9aa259a247cf15dcE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir4Goto19panic_cold_explicit17h30af0a50c004b71eE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir4Move19panic_cold_explicit17h4ddbad33852f1ddaE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir5Field19panic_cold_explicit17hb44c4f5142b3f5bbE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir5Retag19panic_cold_explicit17h6dcf62504567921bE␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir6Assume19panic_cold_explicit17h7a8f18335fec5793E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir6Deinit19panic_cold_explicit17h042488433bc97713E␍
          std-72bfca67431a1235.dll.exp : error LNK2001: unresolved external symbol _ZN4core10intrinsics3mir6Offset19panic_cold_explicit17hafd476855155ab30E␍

@bors
Copy link
Collaborator

bors commented Jul 2, 2025

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 2, 2025
@jhpratt jhpratt closed this Jul 2, 2025
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 2, 2025
@jhpratt jhpratt deleted the rollup-t7e7uhj branch July 2, 2025 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-attributes Area: Attributes (`#[…]`, `#![…]`) A-testsuite Area: The testsuite used to check the correctness of rustc O-hermit Operating System: Hermit O-itron Operating System: ITRON O-SGX Target: SGX O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows rollup A PR which is a rollup T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.