We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2015eb8 commit 9679faaCopy full SHA for 9679faa
src/librustc_typeck/diagnostics.rs
@@ -1464,9 +1464,6 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
1464
}
1465
1466
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
1470
E0044, // foreign items may not have type parameters
1471
E0045, // variadic function must have C calling convention
1472
E0068,
0 commit comments