mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
f1cf961151
After bug 1708379, the build fails with --enable-warnings-as-errors with rustc 1.52. ``` error: field is never read: `hdr` --> third_party/rust/mio/src/sys/unix/uds.rs:190:17 | 190 | hdr: libc::cmsghdr, | ^^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` ``` ``` error: field is never read: `instant_notify` --> third_party/rust/mio/src/sys/windows/tcp.rs:85:5 | 85 | instant_notify: bool, | ^^^^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` ``` Differential Revision: https://phabricator.services.mozilla.com/D114311 |
||
---|---|---|
.. | ||
aom | ||
cups | ||
dav1d | ||
js/d3 | ||
libsrtp | ||
libwebrtc | ||
msgpack | ||
pipewire | ||
prio | ||
python | ||
rlbox | ||
rust | ||
sipcc | ||
sqlite3 | ||
webkit/PerformanceTests | ||
WinToast | ||
moz.build |