Rollup merge of #26857 - GuillaumeGomez:patch-1, r=steveklabnik

This commit is contained in:
Steve Klabnik 2015-07-07 09:49:56 -04:00
commit bead66b0ef

View file

@ -1547,6 +1547,7 @@ impl Foo for Bar {
// the impl
fn foo() {}
}
```
"##,
E0192: r##"