All checks were successful
Desktop source guards / guards (push) Successful in 6s
Both Rust static libraries carry a copy of std, and MSVC refuses the duplicate unmangled rust_eh_personality lang item. windows-msvc unwinds through __CxxFrameHandler3, so the bridge's copy is renamed after cargo builds it.
5 lines
154 B
TOML
5 lines
154 B
TOML
[toolchain]
|
|
channel = "1.91.0"
|
|
profile = "minimal"
|
|
# llvm-ar/llvm-nm/llvm-objcopy for cmake/rename_rust_eh_personality.cmake.
|
|
components = ["llvm-tools"]
|