11.3 i386 ok, consumers in progress
12.0 amd64 ok, consumers ?
12.0 amd64 + LibreSSL ?
aarch64 ?
powerpc64 ?
armv6 ?
armv7 ?
www/firefox (see P334), mail/thunderbird, www/cliqz fail to build:
```
error[E0204]: the trait `Copy` may not be implemented for this type
--> /wrkdirs/usr/ports/www/firefox/work/.build/i686-unknown-freebsd/release/build/style-c94968261c5cd8fe/out/gecko/structs.rs:4556:29
|
4556 | #[derive(Debug, Copy, Clone)]
| ^^^^
4557 | pub struct URLParams_Param {
4558 | pub mKey: ::gecko_bindings::structs::nsString,
| --------------------------------------------- this field does not implement `Copy`
4559 | pub mValue: ::gecko_bindings::structs::nsString,
| ----------------------------------------------- this field does not implement `Copy`
[...]
```
I did not bother to test firefox-esr which will probably fail like thunderbird.