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 currently crashes the compiler (Map.get miss in ty_param_count_and_ty_for_def in typeck.rs when looking up outer_arg):
ty_param_count_and_ty_for_def
outer_arg
fn foo(int outer_arg) { fn local() -> int { ret outer_arg; } }