This currently crashes the compiler (Map.get miss in `ty_param_count_and_ty_for_def` in typeck.rs when looking up `outer_arg`): ``` fn foo(int outer_arg) { fn local() -> int { ret outer_arg; } } ```