Skip to content

Commit

Permalink
Add 82438
Browse files Browse the repository at this point in the history
This is actually rust-lang/rust#82526, a minimized duplicate of 82438.

Issue: rust-lang/rust#82438
  • Loading branch information
fanninpm committed Feb 26, 2021
1 parent 4062451 commit 80c0c06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ices/82438.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fn main() {
let inner;
let outer = || {
inner = || {};
inner();
};
outer();
}

0 comments on commit 80c0c06

Please sign in to comment.