You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.