``` type unique_id = int [@@deriving protobuf] ``` results in ``` 9 | type unique_id = int [@@deriving protobuf] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 39: unused rec flag. ``` This is for v2.7 of this library