summary refs log tree commit diff
path: root/src/test/ui/binding/const-param.full.stderr
blob: 0200c6def246699b61605cfa37f18c1d7a6aef00 (plain)
1
2
3
4
5
6
7
8
9
error[E0158]: const parameters cannot be referenced in patterns
  --> $DIR/const-param.rs:8:9
   |
LL |         N => {}
   |         ^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0158`.