On 31/10/17 10:37, [email protected] wrote:
I'm curious as to why Clang is required, why doesn't GCC work?
rust-bindgen uses libclang to parse C++ header files and generate corresponding Rust definitions. GCC can still be used for compiling.
-- Simon Sapin _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

