Skip to content

Commit d211cd6

Browse files
Close unclosed code example in E0185
1 parent c34676a commit d211cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_typeck/diagnostics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,7 @@ impl Foo for Bar {
20402040
// the trait
20412041
fn foo(&self) {}
20422042
}
2043+
```
20432044
"##,
20442045

20452046
E0186: r##"

0 commit comments

Comments
 (0)