Skip to content

Commit 5fa6095

Browse files
author
christopherdumas
committed
I think I found the bug! I was missing a comma.
1 parent a85bc05 commit 5fa6095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ impelementation for:
15511551
```
15521552
impl SomeTypeThatDoesntExist { }
15531553
```
1554-
"##
1554+
"##,
15551555

15561556
E0119: r##"
15571557
There are conflicting trait implementations for the same type.
@@ -3214,7 +3214,7 @@ register_diagnostics! {
32143214
E0090,
32153215
E0103, // @GuillaumeGomez: I was unable to get this error, try your best!
32163216
E0104,
3217-
// E0118,
3217+
E0118,
32183218
// E0123,
32193219
// E0127,
32203220
// E0129,

0 commit comments

Comments
 (0)