-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
minimal repro:
cargo new my_project
cd my_project
cargo add szs
cargo buildoutput:
...
C:\Users\LastExceed\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\szs-0.3.7\src\MK8.hpp(92): error C3861: 'assert': identifier not found
...
editing that file in the cargo registry (only for demo of course) and commenting out the assertion allows the crate to build.
stable-x86_64-pc-windows-msvc - rustc 1.92.0 (ded5c06cf 2025-12-08)
workaround:
cargo add szs --git https://github.com/snailspeed3/RiiStudio/ --rev f6acd1ac468a8a06c4f5fc0ca4d0c9b6c36fdb0fMetadata
Metadata
Assignees
Labels
No labels