2020-11-17 04:44:21 -06:00
|
|
|
error[E0158]: const parameters cannot be referenced in patterns
|
2021-08-27 11:04:57 -05:00
|
|
|
--> $DIR/const-param.rs:5:9
|
2020-11-17 04:44:21 -06:00
|
|
|
|
|
|
|
|
LL | N => {}
|
|
|
|
| ^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-11-17 04:44:21 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0158`.
|