Close unclosed code example in E0185

This commit is contained in:
Guillaume Gomez 2016-06-01 16:17:21 +02:00
parent c34676a7c4
commit d211cd6550

View File

@ -2040,6 +2040,7 @@ impl Foo for Bar {
// the trait
fn foo(&self) {}
}
```
"##,
E0186: r##"