File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -980,15 +980,15 @@ let mk_directive ~loc name arg =
980
980
let check_layout loc id =
981
981
begin
982
982
match id with
983
- | ("any" | "value" | "void" | "immediate64" | "immediate") -> ()
983
+ | ("any" | "value" | "void" | "immediate64" | "immediate" | "float64" ) -> ()
984
984
| _ -> expecting loc "layout"
985
985
end;
986
986
let loc = make_loc loc in
987
987
Attr.mk ~loc (mkloc id loc) (PStr [])
988
988
989
989
(* Unboxed literals *)
990
990
991
- (* CR layouts v2: The [unboxed_*] functions will both be improved and lose
991
+ (* CR layouts v2.5 : The [unboxed_*] functions will both be improved and lose
992
992
their explicit assert once we have real unboxed literals in Jane syntax; they
993
993
may also get re-inlined at that point *)
994
994
let unboxed_literals_extension = Language_extension.Layouts
You can’t perform that action at this time.
0 commit comments