As the title suggests, I'm not able to fold the main function in Rust when tree parser is enabled. I wasn't sure if this was a bug or something done on purpose, but after checking a few other programming languages under tree parser, such as C++ and others, I see I can fold the main functions in there, so I now assume this is a bug? Not sure.