compiler/rustc_error_codes/src/error_codes/E0087.md MARKDOWN 16 lines View on github.com → Search inside
1#### Note: this error code is no longer emitted by the compiler.23Too many type arguments were supplied for a function. For example:45```compile_fail,E01076fn foo<T>() {}78fn main() {9    foo::<f64, bool>(); // error: wrong number of type arguments:10                        //        expected 1, found 211}12```1314The number of supplied arguments must exactly match the number of defined type15parameters.

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.