We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
At the moment the following code triggers dead code warnings for both f and g. The latter is unnecessary.
fn f(){ fn g(){}; g(); }
rust version 0.9