lain_derive/src/serialize.rs (4 lines): - line 81: // TODO: Split this into its own derive - line 277: // TODO: Change this once const generics are stabilized - line 302: // TODO BUGBUG: need to decouple BinarySerialize from NewFuzzed to not hit this case with mixed unit/struct enum - line 556: // TODO BUGBUG: need to decouple BinarySerialize from NewFuzzed to not hit this case with mixed unit/struct enum lain/src/driver.rs (2 lines): - line 75: // TODO: start_iteration probably isn't necessary - line 234: // TODO: here be dragons? num_iterations is a usize and we're casting it to a u64. on 64-bit systems this testsuite/src/lib.rs (2 lines): - line 444: // TODO: Fix mutation methods - line 456: // TODO: FIx lain/src/mutatable.rs (2 lines): - line 470: // TODO: Implement logic for resizing? - line 488: // TODO: Implement logic for resizing? lain_derive/src/mutations.rs (2 lines): - line 491: // TODO: maybe refactor attributes so that they can retain original span - line 744: // TODO: Add ignoring inner fields lain/src/types.rs (1 line): - line 74: // TODO: Clean up this string interface. This isn't the cleanest lain_derive/src/lib.rs (1 line): - line 187: // TODO: refactor this to use the same pattern as Mutatable/NewFuzzed introduced lain_derive/src/fuzzerobject.rs (1 line): - line 140: // TODO: This will keep any #[fuzzer(ignore)] or #[weight(N)] attributes... lain/src/new_fuzzed.rs (1 line): - line 297: // TODO: Uncomment once const generics are more stable lain_derive/src/internals/attr.rs (1 line): - line 459: // TODO: produce an error lain_derive/src/internals/utils.rs (1 line): - line 134: // TODO: we can provide better diagnostics if we instead use the span