
  Syntax error!
  syntax_tests/data/parsing/errors/signature/attributes.resi:2:3-7

  1 │ module type MissingItem = {
  2 │   @attr
  3 │ }
  4 │ 

  Did you forget to attach `attr` to an item?
  Standalone attributes start with `@@` like: `@@attr`


  Syntax error!
  syntax_tests/data/parsing/errors/signature/attributes.resi:5:1-16

  3 │ }
  4 │ 
  5 │ @attrWithoutItem
  6 │ 

  Did you forget to attach `attrWithoutItem` to an item?
  Standalone attributes start with `@@` like: `@@attrWithoutItem`

module type MissingItem  = sig [%%rescript.sigitemhole ] end
[%%rescript.sigitemhole ]