Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff1f450

Browse files
committedMay 7, 2016
Fix for invalid error code example (missing bracket)
1 parent c5595da commit ff1f450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/librustc_borrowck/diagnostics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ fn foo(a: &mut i32) {
450450
let bar = || {
451451
inside_closure(a)
452452
};
453+
}
453454
```
454455
"##,
455456

0 commit comments

Comments
 (0)
Please sign in to comment.