Back out "Add compiler only attributes to disable readonly checking and coeffect...
[hiphop-php.git] / hphp / hack / src / oxidized / gen / parser_options.rs
blobe614658dd65286f72fd64367f36b77aa6b3ef068
1 // Copyright (c) Facebook, Inc. and its affiliates.
2 //
3 // This source code is licensed under the MIT license found in the
4 // LICENSE file in the "hack" directory of this source tree.
5 //
6 // @generated SignedSource<<5ea4a3a9e05c99a005db0f630aea246f>>
7 //
8 // To regenerate this file, run:
9 //   hphp/hack/src/oxidized_regen.sh
11 use eq_modulo_pos::EqModuloPos;
12 use no_pos_hash::NoPosHash;
13 use ocamlrep_derive::FromOcamlRep;
14 use ocamlrep_derive::ToOcamlRep;
15 use serde::Deserialize;
16 use serde::Serialize;
18 #[allow(unused_imports)]
19 use crate::*;
21 pub type ParserOptions = global_options::GlobalOptions;
23 #[derive(
24     Clone,
25     Debug,
26     Deserialize,
27     Eq,
28     EqModuloPos,
29     FromOcamlRep,
30     Hash,
31     NoPosHash,
32     Ord,
33     PartialEq,
34     PartialOrd,
35     Serialize,
36     ToOcamlRep
38 #[repr(C)]
39 pub struct FfiT(
40     pub bool,
41     pub bool,
42     pub bool,
43     pub bool,
44     pub bool,
45     pub bool,
46     pub bool,
47     pub bool,
48     pub bool,
49     pub bool,
50     pub bool,
51     pub bool,
52     pub bool,
53     pub bool,
54     pub bool,
55     pub bool,
56     pub bool,
57     pub bool,
58     pub bool,
59     pub bool,
60     pub bool,
61     pub bool,
62     pub bool,
63     pub bool,
64     pub bool,