Skip to content

Commit 9679faa

Browse files
Remove error codes from macro
1 parent 2015eb8 commit 9679faa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc_typeck/diagnostics.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1464,9 +1464,6 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
14641464
}
14651465

14661466
register_diagnostics! {
1467-
E0034, // multiple applicable methods in scope
1468-
E0035, // does not take type parameters
1469-
E0036, // incorrect number of type parameters given for this method
14701467
E0044, // foreign items may not have type parameters
14711468
E0045, // variadic function must have C calling convention
14721469
E0068,

0 commit comments

Comments
 (0)