bokenator
Results
2
issues of
bokenator
**Host Environment** - OS: Linux (Ubuntu 22.04 x64) - Compiler: x86_64-w64-mingw32-g++ **To Reproduce** Steps to reproduce the behavior: `./vcpkg install abseil:x64-mingw-static` **Failure logs** ``` [1/185] /usr/bin/x86_64-w64-mingw32-g++ -I/opt/vcpkg/buildtrees/abseil/src/cae233d0bf-0b16e4be7c.clean -g -Wall -Wextra...
category:community-triplet
Hi there, I'm trying to expose a function to C++ through the `extern "Rust"` block that takes a reference to a opaque C++ struct. When I try to define the...