Skip to content

Commit

Permalink
Fix for invalid error code example (missing bracket)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 7, 2016
1 parent c5595da commit ff1f450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_borrowck/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ fn foo(a: &mut i32) {
let bar = || {
inside_closure(a)
};
}
```
"##,

Expand Down

0 comments on commit ff1f450

Please sign in to comment.