1fad3a1d3Sopenharmony_ciA little project skeleton for troubleshooting Syn's parsers during development,
2fad3a1d3Sopenharmony_ciespecially when adding support for new Rust syntax.
3fad3a1d3Sopenharmony_ci
4fad3a1d3Sopenharmony_ciPlace a sample of the syntax you are working on into main.rs and then run `cargo
5fad3a1d3Sopenharmony_cicheck` to try parsing it, revealing the resulting syntax tree or else showing
6fad3a1d3Sopenharmony_cithe position and error message if the input fails to parse.
7