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