1 2 3 4 5
error: Cacheable: requires a field literally named `id` (v0.2 will support `#[cacheable(id)]` for custom names) --> tests/compile_fail/cacheable_missing_id_field.rs:6:8 | 6 | struct NoIdHere { | ^^^^^^^^