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 ccb459e commit 3ff1222Copy full SHA for 3ff1222
src/librustc_typeck/diagnostics.rs
@@ -1556,6 +1556,8 @@ register_diagnostics! {
1556
E0219, // associated type defined in higher-ranked supertrait
1557
E0220, // associated type not found for type parameter
1558
E0221, // ambiguous associated type in bounds
1559
+ //E0222, // Error code E0045 (variadic function must have C calling
1560
+ // convention) duplicate
1561
E0223, // ambiguous associated type
1562
E0224, // at least one non-builtin train is required for an object type
1563
E0225, // only the builtin traits can be used as closure or object bounds
0 commit comments