We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is pretty useless and error prone:
fn do_something_important() { } fn main() { do_something_important; }
It's just mentioning a function, when the user probably wanted to call it. Note that it's not useless when leaving off the semi.