From 19ff300660b48577da2eb6cb52510c2db5c57153 Mon Sep 17 00:00:00 2001 From: Cameron Pickett Date: Wed, 13 Nov 2024 16:05:04 -0800 Subject: [PATCH] Revert D65324129: update platform010 & platform010-aarch64 symlinks Differential Revision: D65324129 Original commit changeset: 8266029f01dc Original Phabricator Diff: D65324129 fbshipit-source-id: b4f909750fa65b4f549a2d638743896c28e988e4 --- ocamlrep_marshal/ocamlrep_marshal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocamlrep_marshal/ocamlrep_marshal.rs b/ocamlrep_marshal/ocamlrep_marshal.rs index f6af5e25..54f78f18 100644 --- a/ocamlrep_marshal/ocamlrep_marshal.rs +++ b/ocamlrep_marshal/ocamlrep_marshal.rs @@ -3,7 +3,7 @@ // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. -#![feature(new_zeroed_alloc)] +#![feature(new_uninit)] mod deser; // deserialize; c.f 'runtime/intern.c' mod intext; // c.f. 'runtime/caml/intext.h'