```fsharp module rec M1 module M2 = let mutable x = 123 ``` ``` Library18.fs(3, 21): [FS0874] Only record fields and simple, non-recursive 'let' bindings may be marked mutable ```