I think I found the bug! I was missing a comma.

This commit is contained in:
christopherdumas 2015-09-05 17:07:37 -07:00
parent a85bc05280
commit 5fa6095f2c

View file

@ -1551,7 +1551,7 @@ impelementation for:
```
impl SomeTypeThatDoesntExist { }
```
"##
"##,
E0119: r##"
There are conflicting trait implementations for the same type.
@ -3214,7 +3214,7 @@ register_diagnostics! {
E0090,
E0103, // @GuillaumeGomez: I was unable to get this error, try your best!
E0104,
// E0118,
E0118,
// E0123,
// E0127,
// E0129,