We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd6e14 commit a58cb3dCopy full SHA for a58cb3d
src/unix/linux_like/linux/mod.rs
@@ -5418,7 +5418,7 @@ const _IOC_DIRSHIFT: u32 = _IOC_SIZESHIFT + _IOC_SIZEBITS;
5418
5419
/// Build an ioctl number, analogous to the C macro of the same name.
5420
const fn _IOC(dir: u32, ty: u32, nr: u32, size: usize) -> u32 {
5421
- // 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)
5422
// cannot currently parse these `debug_assert!`s
5423
//
5424
// debug_assert!(dir <= _IOC_DIRMASK);
0 commit comments