blob: a3ed41a3f6af877a42ee3914af2a4e4d6cf900f4 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0158]: const parameters cannot be referenced in patterns
--> $DIR/const-match-pat-generic.rs:8:11
|
LL | const { V } => {},
| ^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0158`.
|