fune/build/rust/bitflags
Mike Hommey fb2aa57149 Bug 1874035 - Add custom Debug derives for bitflags with custom derives. r=gfx-reviewers,emilio,ErichDonGubler
bitflags 2 has a shortcoming with using custom derives: you can't use
custom derives (for e.g. MallocSizeOf) at the same time as bitflags's for
the derives it supports.
See https://github.com/bitflags/bitflags/issues/395

Differential Revision: https://phabricator.services.mozilla.com/D199941
2024-01-30 21:13:29 +00:00
..
Cargo.toml Bug 1852209 - Switch to bitflags 2 r=supply-chain-reviewers,emilio 2023-09-27 19:56:17 +00:00
lib.rs Bug 1874035 - Add custom Debug derives for bitflags with custom derives. r=gfx-reviewers,emilio,ErichDonGubler 2024-01-30 21:13:29 +00:00