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.