We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85bc05 commit 5fa6095Copy full SHA for 5fa6095
src/librustc_typeck/diagnostics.rs
@@ -1551,7 +1551,7 @@ impelementation for:
1551
```
1552
impl SomeTypeThatDoesntExist { }
1553
1554
-"##
+"##,
1555
1556
E0119: r##"
1557
There are conflicting trait implementations for the same type.
@@ -3214,7 +3214,7 @@ register_diagnostics! {
3214
E0090,
3215
E0103, // @GuillaumeGomez: I was unable to get this error, try your best!
3216
E0104,
3217
-// E0118,
+ E0118,
3218
// E0123,
3219
// E0127,
3220
// E0129,
0 commit comments