compiler/rustc_error_codes/src/error_codes/E0671.md MARKDOWN 11 lines View on github.com → Search inside
1#### Note: this error code is no longer emitted by the compiler.23Const parameters cannot depend on type parameters.4The following is therefore invalid:56```compile_fail,E07707fn const_id<T, const N: T>() -> T { // error8    N9}10```

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.