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