Skip to content

Commit ff1f450

Browse files
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

+1
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)