We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbf82c commit c9d29ccCopy full SHA for c9d29cc
src/unix/linux_like/linux/mod.rs
@@ -5579,7 +5579,7 @@ const _IOC_DIRSHIFT: u32 = _IOC_SIZESHIFT + _IOC_SIZEBITS;
5579
5580
/// Build an ioctl number, analogous to the C macro of the same name.
5581
const fn _IOC(dir: u32, ty: u32, nr: u32, size: usize) -> u32 {
5582
- // TODO the `garando_syntax` crate (used by ctest2 in the CI test suite)
+ // FIXME(ctest) the `garando_syntax` crate (used by ctest2 in the CI test suite)
5583
// cannot currently parse these `debug_assert!`s
5584
//
5585
// debug_assert!(dir <= _IOC_DIRMASK);
0 commit comments