David Tolnay
David Tolnay
To respond to your questions more specifically: - > It is unclear to me how one would declare that a given C++ type should be recognized and wrapped in a...
@vlovich that should be possible already with the feature set of cxx 1.0. See #524 for runnable example code. Generic `ExternType` impls are nice-to-have and on the roadmap but not...
- Rebased to resolve conflict with #10804 due to touching adjacent lines of /Cargo.toml.
- Rebased to resolve conflict with #11029
- Rebased to resolve conflict with #11159
This would need to be a feature request for rustdoc to support emitting async fn in traits. Currently there is no way.
The `cc` crate passes CXXFLAGS through to the C++ compiler so you could try using `CXXFLAGS='-static -static-libstdc++ -static-libgcc' cargo build -vvvv --target x86_64-pc-windows-gnu`.
If there's still guidance needed to get this working, please take this question to any of the resources shown in https://www.rust-lang.org/community.
[Cleaner backtrace](https://github.com/dtolnay/erased-serde/files/9236950/gdb.txt) ```rust use serde::Serialize; #[derive(Serialize)] struct Node
That library is unmaintained/abandoned, so I don't know that fuzzing would be any use. Supposing it turns up anything, fixes would not be accepted.