Multiply entities beyond necessity even more (force better build parallelism)
[hiphop-php.git] / hphp / hack / src / parser / minimal_parser_ffi.rs
blobc7dc6831cc03772eb69abcbe69aa890bcfe92d88
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.
6 use minimal_parser::MinimalSyntaxParser;
7 use parser_core_types::minimal_syntax::MinimalSyntax;
9 rust_parser_ffi::parse!(parse_minimal, MinimalSyntaxParser, MinimalSyntax);